Skip to content

Commit aaf8d6e

Browse files
committed
FIX include babel in npm package
1 parent 9b0ccad commit aaf8d6e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.npmignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ docs-src/
66
orga/
77
test/
88
test_tmp/
9-
babel.config.js
109
.editorconfig
1110
.eslintrc.json
1211
.eslintignore
@@ -23,3 +22,7 @@ config.json
2322
perf.md
2423
log.txt
2524
processed.txt
25+
26+
## Do not ignore the babel.config.js because
27+
## it is used in other packages like the premium package.
28+
# babel.config.js

src/plugins/worker/workers/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ module.exports = {
3232
cacheDirectory: path.resolve(
3333
projectRootPath,
3434
'test_tmp',
35-
'webpack-cache'
35+
'webpack-cache-worker'
3636
),
3737
},
3838
devtool: 'source-map',

0 commit comments

Comments
 (0)