Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

Commit

Permalink
Disable production source maps
Browse files Browse the repository at this point in the history
  • Loading branch information
bartkozal committed Feb 1, 2017
1 parent 7e70edc commit 2289a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/index.js
Expand Up @@ -8,7 +8,7 @@ module.exports = {
assetsRoot: path.resolve(__dirname, '../app'),
assetsSubDirectory: 'static',
assetsPublicPath: './',
productionSourceMap: true,
productionSourceMap: false,
// Gzip off by default as many popular static hosts such as
// Surge or Netlify already gzip all static assets for you.
// Before setting to `true`, make sure to:
Expand Down

0 comments on commit 2289a7e

Please sign in to comment.