MCPcopy Index your code
hub / github.com/webpack/css-loader / shouldUseIcssPlugin

Function shouldUseIcssPlugin

src/utils.js:730–732  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

728}
729
730function shouldUseIcssPlugin(options) {
731 return Boolean(options.modules);
732}
733
734function getModulesPlugins(options, loaderContext) {
735 const {

Callers 1

loaderFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected