MCPcopy Create free account
hub / github.com/violentmonkey/violentmonkey / splitVendor

Function splitVendor

scripts/webpack-base.js:71–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69});
70
71const splitVendor = prefix => ({
72 [prefix]: {
73 test: new RegExp('[\\\\/]' + prefix),
74 name: `public/lib/${prefix}`,
75 chunks: 'all',
76 priority: 100,
77 },
78});
79
80function styleLoader(options) {
81 const {

Callers 1

getBaseConfigFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected