Development mode for server build client scripts

This commit is contained in:
hydrant
2019-05-21 18:11:25 +02:00
parent 6edf9ebd0b
commit ff9c7db49e

View File

@@ -1,7 +1,7 @@
const path = require('path'); const path = require('path');
module.exports = { module.exports = {
mode: 'production', mode: 'development',
entry: './index.ts', entry: './index.ts',
output: { output: {
path: path.resolve(__dirname), path: path.resolve(__dirname),