Skip to content

Commit

Permalink
Change cache strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
laemtl committed Mar 26, 2024
1 parent 0dd77ed commit 6f95b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ let config = [
resolve: resolve,
module: mod,
stats: 'errors-warnings',
cache: false,
cache: 'filesystem',
},
];

Expand Down

0 comments on commit 6f95b62

Please # to comment.