Development mode for server build client scripts
This commit is contained in:
@@ -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),
|
||||||
|
|||||||
Reference in New Issue
Block a user