We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b0ccad commit aaf8d6eCopy full SHA for aaf8d6e
.npmignore
@@ -6,7 +6,6 @@ docs-src/
6
orga/
7
test/
8
test_tmp/
9
-babel.config.js
10
.editorconfig
11
.eslintrc.json
12
.eslintignore
@@ -23,3 +22,7 @@ config.json
23
22
perf.md
24
log.txt
25
processed.txt
+
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
@@ -32,7 +32,7 @@ module.exports = {
32
cacheDirectory: path.resolve(
33
projectRootPath,
34
'test_tmp',
35
- 'webpack-cache'
+ 'webpack-cache-worker'
36
),
37
},
38
devtool: 'source-map',
0 commit comments