Skip to content

Commit

Permalink
try to figure out why webpack cache isn't used
Browse files Browse the repository at this point in the history
  • Loading branch information
scytacki committed Oct 9, 2024
1 parent 0cdd283 commit d652674
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions v3/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,12 @@ module.exports = (env, argv) => {
path: path.resolve(__dirname, 'dist'),
filename: 'assets/index.[contenthash].js',
},
infrastructureLogging: { debug: true },
cache: {
buildDependencies: {
config: [__filename],
},
profile: true,
type: 'filesystem',
},
performance: { hints: false },
Expand Down

0 comments on commit d652674

Please sign in to comment.