Disable webpack cache for now
This commit is contained in:
parent
e0415de893
commit
f7cc23e034
1 changed files with 0 additions and 2 deletions
|
@ -28,7 +28,6 @@ const csp = `
|
|||
const stickerCreatorConfig: Configuration = {
|
||||
context,
|
||||
mode: mode as Configuration['mode'],
|
||||
cache: { type: 'filesystem' },
|
||||
devtool: 'source-map',
|
||||
entry: [
|
||||
'react-hot-loader/patch',
|
||||
|
@ -115,7 +114,6 @@ const EXTERNAL_MODULE = new Set([
|
|||
const preloadConfig: Configuration = {
|
||||
context,
|
||||
mode: mode as Configuration['mode'],
|
||||
cache: { type: 'filesystem' },
|
||||
devtool: mode === 'development' ? 'inline-source-map' : false,
|
||||
entry: ['./preload.js'],
|
||||
// Stack-traces have to be readable so don't mangle function names.
|
||||
|
|
Loading…
Reference in a new issue