mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
chore(webpack) rm unused dirExternal
This commit is contained in:
parent
b29e0b82d1
commit
d8d5cf21aa
1 changed files with 0 additions and 1 deletions
|
|
@ -4,7 +4,6 @@ const {optimize} = webpack;
|
|||
const {UglifyJsPlugin} = optimize;
|
||||
|
||||
const dir = './client';
|
||||
const dirExternal = './node_modules';
|
||||
|
||||
const {env} = process;
|
||||
const isDev = env.NODE_ENV === 'development';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue