File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 2424 "test" : " npm run test:coverage" ,
2525 "pretest" : " npm run lint" ,
2626 "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' " ,
2828 "build:index" : " webpack ./client-src/default/index.js -o client/index.bundle.js --color --config client-src/default/webpack.config.js" ,
2929 "build:live" : " webpack ./client-src/live/index.js -o client/live.bundle.js --color --config client-src/live/webpack.config.js" ,
3030 "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