This commit is contained in:
d98762625 2019-02-11 15:47:28 +00:00
parent a7a2fe243a
commit 2391e08ac1
3 changed files with 0 additions and 23 deletions

View file

@ -56,24 +56,6 @@ module.exports = {
jquery: "jquery/src/jquery"
}
},
// optimization: {
// splitChunks: {
// cacheGroups: {
// styles: {
// name: "styles",
// test: /\.css$/,
// chunks: "all",
// enforce: true
// },
// vendor: {
// name: "vendor",
// test: /\.scss$/,
// chunks: "all",
// enforce: true,
// },
// }
// }
// },
module: {
rules: [
{