This commit is contained in:
David Ralph
2019-09-25 18:03:02 +01:00
parent 5cd96e6d10
commit 8b809d6f7f
113 changed files with 783 additions and 2597 deletions

View File

@@ -1,8 +0,0 @@
module.exports = {
mode: 'production',
entry: ['./src/assets/js/index.js'],
output: {
filename: 'base.js',
path: `${__dirname}/src/assets/js`
}
};