Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/violentmonkey/violentmonkey
/ styleRule
Function
styleRule
scripts/webpack-base.js:102–108 ·
view source on GitHub ↗
(options, rule)
Source
from the content-addressed store, hash-verified
100
}
101
102
function
styleRule(options, rule) {
103
return
{
104
test: /\.css$/,
105
use: styleLoader(options),
106
...rule,
107
};
108
}
109
110
const
styleOptions = {
111
extract: isProd,
Callers
1
getBaseConfig
Function · 0.85
Calls
1
styleLoader
Function · 0.85
Tested by
no test coverage detected