update gitignore to ignore dist file, remove dist files, update webpack and server statics
This commit is contained in:
@@ -18,7 +18,7 @@ module.exports = {
|
||||
},
|
||||
output: {
|
||||
filename: 'bundle.js',
|
||||
path: path.resolve(__dirname, 'dist'),
|
||||
path: path.resolve(__dirname, '../dist'),
|
||||
},
|
||||
plugins: [
|
||||
new NodePolyfillPlugin(),
|
||||
|
||||
Reference in New Issue
Block a user