Skip to content
This repository has been archived by the owner on Jul 17, 2022. It is now read-only.

Commit

Permalink
add lockfile remove sourceMaps
Browse files Browse the repository at this point in the history
  • Loading branch information
Irfan Maulana committed Jun 5, 2017
1 parent 034de3c commit 5f18b37
Show file tree
Hide file tree
Showing 11 changed files with 8,319 additions and 920 deletions.
4 changes: 2 additions & 2 deletions build/webpack.prod.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var webpackConfig = merge(baseWebpackConfig, {
},
module: {
rules: utils.styleLoaders({
sourceMap: config.build.productionSourceMap,
sourceMap: false,
extract: true
})
},
Expand All @@ -34,7 +34,7 @@ var webpackConfig = merge(baseWebpackConfig, {
compress: {
warnings: false
},
sourceMap: true
sourceMap: false
}),
new WebpackShellPlugin({
onBuildStart: ['echo "Starting"']
Expand Down
2 changes: 1 addition & 1 deletion config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = {
assetsRoot: path.resolve(__dirname, '../dist'),
assetsSubDirectory: 'static',
assetsPublicPath: '/' + collabName + '/',
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
7 changes: 3 additions & 4 deletions dist/index.js

Large diffs are not rendered by default.

Binary file modified dist/index.js.gz
Binary file not shown.
1 change: 0 additions & 1 deletion dist/index.js.map

This file was deleted.

3 changes: 1 addition & 2 deletions dist/vue2-simplert.js

Large diffs are not rendered by default.

Binary file modified dist/vue2-simplert.js.gz
Binary file not shown.
1 change: 0 additions & 1 deletion dist/vue2-simplert.js.map

This file was deleted.

Loading

0 comments on commit 5f18b37

Please sign in to comment.