Dont even remember what was done :D
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
const path = require('path')
|
||||
|
||||
module.exports = {
|
||||
mode: 'development',
|
||||
entry: './src/app.ts',
|
||||
output: {
|
||||
filename: 'bundle.js',
|
||||
path: path.resolve(__dirname, 'dist'),
|
||||
publicPath: 'dist',
|
||||
path: path.resolve(__dirname, 'dist')
|
||||
},
|
||||
devtool: 'inline-source-map',
|
||||
module: {
|
||||
|
||||
Reference in New Issue
Block a user