using webpack #122
This commit is contained in:
parent
b8d8f545b0
commit
52930445fc
7 changed files with 128 additions and 120 deletions
|
|
@ -8,7 +8,7 @@ const config = {
|
|||
],
|
||||
},
|
||||
server: {
|
||||
command: `npm run start:${process.env.NODE_ENV}`,
|
||||
command: `npm run start:${process.env.NODE_ENV || 'test'}`,
|
||||
port: process.env.NODE_ENV === 'production' ? 3000 : 4000,
|
||||
launchTimeout: 180000,
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue