MCPcopy Index your code
hub / github.com/developit/optimize-plugin / isWebpack4

Method isWebpack4

src/index.js:108–110  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

106 }
107
108 isWebpack4 () {
109 return this.webpack.version[0] === '4';
110 }
111
112 isWebpack5 () {
113 return this.webpack.version[0] === '5';

Callers 1

updateChunkHashMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected