mirror of
https://github.com/HangarMC/Hangar.git
synced 2025-01-06 13:56:14 +08:00
removed dummy app entrypoint
This commit is contained in:
parent
f1803733b6
commit
a40c614699
@ -1 +0,0 @@
|
||||
// dummy entry point so webpack can shut up
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user