forked from p15670423/monkey
UI: Remove caching from webpack
Every build needs to start on clean on production.
This commit is contained in:
parent
27d47c05c4
commit
b6bc631d23
|
@ -10,10 +10,6 @@ const smp = new SpeedMeasurePlugin({ disable: isProduction });
|
||||||
|
|
||||||
module.exports = smp.wrap({
|
module.exports = smp.wrap({
|
||||||
mode : isProduction ? 'production' : 'development',
|
mode : isProduction ? 'production' : 'development',
|
||||||
cache: {
|
|
||||||
type: 'filesystem',
|
|
||||||
memoryCacheUnaffected: true
|
|
||||||
},
|
|
||||||
module: {
|
module: {
|
||||||
rules: [
|
rules: [
|
||||||
{ test: /\.tsx?$/,
|
{ test: /\.tsx?$/,
|
||||||
|
|
Loading…
Reference in New Issue