Skip to content

Commit 07a3b9d

Browse files
committed
Merge remote-tracking branch 'origin/release/0.3.4' into release/0.3.4
2 parents cfeed15 + ed3641d commit 07a3b9d

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

docs/build/build.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
var webpack = require('webpack')
21
'use strict'
32
require('./check-versions')()
43

docs/build/webpack.prod.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const webpackConfig = merge(baseWebpackConfig, {
4646
filename: utils.assetsPath('css/[name].[contenthash].css'),
4747
// Setting the following option to `false` will not extract CSS from codesplit chunks.
4848
// Their CSS will instead be inserted dynamically with style-loader when the codesplit chunk has been loaded by webpack.
49-
// It's currently set to `true` because we are seeing that sourcemaps are included in the codesplit bundle as well when it's `false`,
49+
// It's currently set to `true` because we are seeing that sourcemaps are included in the codesplit bundle as well when it's `false`,
5050
// increasing file size: https://github.com/vuejs-templates/webpack/issues/1110
5151
allChunks: true,
5252
}),

0 commit comments

Comments
 (0)