UI: Remove caching from webpack

Every build needs to start on clean on production.
This commit is contained in:
Ilija Lazoroski 2022-04-12 16:17:48 +02:00 committed by ilija-lazoroski
parent 27d47c05c4
commit b6bc631d23
1 changed files with 0 additions and 4 deletions

View File

@ -10,10 +10,6 @@ const smp = new SpeedMeasurePlugin({ disable: isProduction });
module.exports = smp.wrap({
mode : isProduction ? 'production' : 'development',
cache: {
type: 'filesystem',
memoryCacheUnaffected: true
},
module: {
rules: [
{ test: /\.tsx?$/,