Skip to content

Commit

Permalink
webpack - enable filesystem cache for dev
Browse files Browse the repository at this point in the history
  • Loading branch information
kidroca committed Oct 26, 2022
1 parent de2e3ef commit 555be80
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/webpack/webpack.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ module.exports = (env = {}) => portfinder.getPortPromise({port: BASE_PORT})
'process.env.PORT': port,
}),
],
cache: {
type: 'filesystem',
},
});

return speedMeasure.wrap(config);
Expand Down

0 comments on commit 555be80

Please sign in to comment.