Skip to content

Commit 6f95b62

Browse files
committed
Change cache strategy
1 parent 0dd77ed commit 6f95b62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ let config = [
235235
resolve: resolve,
236236
module: mod,
237237
stats: 'errors-warnings',
238-
cache: false,
238+
cache: 'filesystem',
239239
},
240240
];
241241

0 commit comments

Comments
 (0)