Skip to content

Commit

Permalink
Disable webpack cache
Browse files Browse the repository at this point in the history
  • Loading branch information
tharakawj committed Oct 3, 2017
1 parent 272c491 commit 4dff32a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
9 changes: 1 addition & 8 deletions packages/react-error-overlay/webpack.config.iframe.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,7 @@ module.exports = {
{
test: /\.js$/,
include: path.resolve(__dirname, './src'),
use: [
{
loader: 'babel-loader',
options: {
cacheDirectory: true,
},
},
],
use: 'babel-loader',
},
],
},
Expand Down
9 changes: 1 addition & 8 deletions packages/react-error-overlay/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,7 @@ module.exports = {
{
test: /\.js$/,
include: path.resolve(__dirname, './src'),
use: [
{
loader: 'babel-loader',
options: {
cacheDirectory: true,
},
},
],
use: 'babel-loader',
},
],
},
Expand Down

0 comments on commit 4dff32a

Please sign in to comment.