Skip to content
Snippets Groups Projects
Verified Commit eab9aaa1 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Disabled source maps in production

parent 0914020a
Branches
Tags
No related merge requests found
...@@ -8,7 +8,7 @@ module.exports = { ...@@ -8,7 +8,7 @@ module.exports = {
assetsRoot: path.resolve(__dirname, '../dist'), assetsRoot: path.resolve(__dirname, '../dist'),
assetsSubDirectory: 'static', assetsSubDirectory: 'static',
assetsPublicPath: '/', assetsPublicPath: '/',
productionSourceMap: true, productionSourceMap: false,
// Gzip off by default as many popular static hosts such as // Gzip off by default as many popular static hosts such as
// Surge or Netlify already gzip all static assets for you. // Surge or Netlify already gzip all static assets for you.
// Before setting to `true`, make sure to: // Before setting to `true`, make sure to:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment