update gitignore to ignore dist file, remove dist files, update webpack and server statics

This commit is contained in:
iamBadgers
2024-06-07 23:34:47 -07:00
parent 02a83987e2
commit fa17f77e5b
6 changed files with 6 additions and 51 deletions

View File

@@ -18,7 +18,7 @@ module.exports = {
},
output: {
filename: 'bundle.js',
path: path.resolve(__dirname, 'dist'),
path: path.resolve(__dirname, '../dist'),
},
plugins: [
new NodePolyfillPlugin(),