mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
chore(webpack) add "\n"
This commit is contained in:
parent
0a5cf9dbc3
commit
b3aba1f5e3
1 changed files with 1 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ const isDev = env.NODE_ENV === 'development';
|
|||
const dist = path.resolve(__dirname, 'dist');
|
||||
const distDev = path.resolve(__dirname, 'dist-dev');
|
||||
const devtool = isDev ? 'eval' : 'source-map';
|
||||
|
||||
const notEmpty = (a) => a;
|
||||
const clean = (array) => array.filter(notEmpty);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue