Added mock css loader

This commit is contained in:
Francisco Hodge
2021-10-12 23:13:26 -07:00
parent cb008245a8
commit 86e0dada1d
4 changed files with 7 additions and 3 deletions
+4 -1
View File
@@ -62,11 +62,14 @@ module.exports = {
]
}
}
},
{
test: /\.(sa|sc|c)ss$/,
use: path.resolve('scripts/loaderMock.js')
}
]
},
plugins: [
new webpack.IgnorePlugin({ resourceRegExp: /\.(sa|sc|c)ss$/ }),
new webpack.BannerPlugin(banner)
],
resolve: {