Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/developit/optimize-plugin
/ isWebpack5
Method
isWebpack5
src/index.js:112–114 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
110
}
111
112
isWebpack5 () {
113
return
this.webpack.version[0] ===
'5'
;
114
}
115
116
serializeOptions () {
117
return
this._serialized || (this._serialized = JSON.stringify(this.options));
Callers
1
apply
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected