|
@@ -33,11 +33,6 @@ module.exports = withSentryConfig(
|
|
|
swSrc: 'src/serviceWorker.js',
|
|
|
exclude: [/manifest\.json$/i],
|
|
|
},
|
|
|
- webpack: (config) => {
|
|
|
- config.output.hotUpdateMainFilename =
|
|
|
- 'static/webpack/[fullhash].[runtime].hot-update.json';
|
|
|
- return config;
|
|
|
- },
|
|
|
|
|
|
headers() {
|
|
|
return [
|