removed dummy app entrypoint

This commit is contained in:
Jake Potrebic 2020-09-26 17:32:35 -07:00 committed by MiniDigger
parent f1803733b6
commit a40c614699
2 changed files with 1 additions and 3 deletions

View File

@ -1 +0,0 @@
// dummy entry point so webpack can shut up

View File

@ -13,8 +13,7 @@ module.exports = {
},
chainWebpack: config => {
// clear default
config.entry('app').clear();
config.entry('app').add(path.resolve(entryDir, 'dummy.js'));
config.entryPoints.delete('app');
config.entry('main').add(path.resolve(sourceDir, 'scss', 'main.scss'));
// iterate thru entry points and add them to webpack