Skip to content
This repository was archived by the owner on Apr 24, 2019. It is now read-only.

Commit 30c7b97

Browse files
committed
Fix cacheDirectory
1 parent 5365764 commit 30c7b97

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

index.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module.exports = [
1212
{
1313
test: /\.js$/,
1414
exclude: /node_modules/,
15-
loader: 'babel-loader',
15+
loader: 'babel-loader?cacheDirectory=true',
1616
options: {
1717
"presets": [
1818
["env", { "modules": false }],
@@ -26,10 +26,6 @@ module.exports = [
2626
"plugins": [ "istanbul" ]
2727
}
2828
}
29-
},
30-
query: {
31-
babelrc: false,
32-
cacheDirectory: true,
3329
}
3430
},
3531
{

0 commit comments

Comments
 (0)