File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 24
24
"test" : " npm run test:coverage" ,
25
25
"pretest" : " npm run lint" ,
26
26
"prepare" : " rimraf ./ssl/*.pem && npm run -s transpile:index && npm run -s build:live && npm run -s build:index && npm run -s build:sockjs" ,
27
- "transpile:index" : " babel client-src/default --out-dir client --ignore *.config.js" ,
27
+ "transpile:index" : " babel client-src/default --out-dir client --ignore './client-src/default/ *.config.js' " ,
28
28
"build:index" : " webpack ./client-src/default/index.js -o client/index.bundle.js --color --config client-src/default/webpack.config.js" ,
29
29
"build:live" : " webpack ./client-src/live/index.js -o client/live.bundle.js --color --config client-src/live/webpack.config.js" ,
30
30
"build:sockjs" : " webpack ./client-src/sockjs/index.js -o client/sockjs.bundle.js --color --config client-src/sockjs/webpack.config.js" ,
You can’t perform that action at this time.
0 commit comments