Webpack fixes

This commit is contained in:
2021-01-30 13:17:46 +02:00
parent 1f6740c9df
commit bed31b29ff
7 changed files with 215 additions and 691 deletions

View File

@@ -4,7 +4,8 @@ module.exports = {
entry: './src/app.ts',
output: {
filename: 'bundle.js',
path: path.resolve(__dirname, 'static/assets')
path: path.resolve(__dirname, 'dist'),
publicPath: 'dist',
},
devtool: 'inline-source-map',
module: {