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 = {
|
const stickerCreatorConfig: Configuration = {
|
||||||
context,
|
context,
|
||||||
mode: mode as Configuration['mode'],
|
mode: mode as Configuration['mode'],
|
||||||
cache: { type: 'filesystem' },
|
|
||||||
devtool: 'source-map',
|
devtool: 'source-map',
|
||||||
entry: [
|
entry: [
|
||||||
'react-hot-loader/patch',
|
'react-hot-loader/patch',
|
||||||
|
@ -115,7 +114,6 @@ const EXTERNAL_MODULE = new Set([
|
||||||
const preloadConfig: Configuration = {
|
const preloadConfig: Configuration = {
|
||||||
context,
|
context,
|
||||||
mode: mode as Configuration['mode'],
|
mode: mode as Configuration['mode'],
|
||||||
cache: { type: 'filesystem' },
|
|
||||||
devtool: mode === 'development' ? 'inline-source-map' : false,
|
devtool: mode === 'development' ? 'inline-source-map' : false,
|
||||||
entry: ['./preload.js'],
|
entry: ['./preload.js'],
|
||||||
// Stack-traces have to be readable so don't mangle function names.
|
// Stack-traces have to be readable so don't mangle function names.
|
||||||
|
|
Loading…
Add table
Reference in a new issue