Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
71
const
splitVendor = prefix => ({
72
[prefix]: {
73
test:
new
RegExp(
'[\\\\/]'
+ prefix),
74
name: `public/lib/${prefix}`,
75
chunks:
'all'
,
76
priority: 100,
77
},
78
});
79
80
function
styleLoader(options) {
81
const
{
Callers
1
getBaseConfig
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected