build: remove unnecessary files

This commit is contained in:
redhoodsu
2020-01-29 14:54:02 +08:00
parent e83590dc89
commit fdc13c2c61
5 changed files with 16 additions and 29 deletions

View File

@@ -36,7 +36,7 @@ module.exports = {
port: 3000
},
output: {
path: path.resolve(__dirname, '../'),
path: path.resolve(__dirname, '../dist'),
publicPath: '/assets/',
library: 'eruda',
libraryTarget: 'umd'