We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52894fd commit ce6a046Copy full SHA for ce6a046
webpack.config.js
@@ -19,7 +19,7 @@ module.exports = ({production = false} = {}) => {
19
databaseURL: process.env.FIREBASE_DATABASE_URL
20
});
21
22
- const sourceMap = production ? 'cheap-module-source-map' : 'source-map';
+ const sourceMap = production ? 'cheap-module-source-map' : false;
23
const chunkName = production ? '[name].[chunkhash].js' : '[name].js';
24
25
const webpackConfig = {
0 commit comments