Skip to content

Commit c535bb2

Browse files
evilebottnawihiroppy
authored andcommitted
fix: do not include config files in dist (#1883)
1 parent fd0610b commit c535bb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
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",

0 commit comments

Comments
 (0)