Skip to content

Commit 18834bb

Browse files
matthieudouLinusBorg
authored andcommitted
change bad spaces into normal spaces and removing trailing space (vuejs-templates#1132)
1 parent ce8e763 commit 18834bb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

template/build/vue-loader.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module.exports = {
1313
extract: isProduction
1414
}),
1515
cssSourceMap: sourceMapEnabled,
16-
cacheBusting: config.dev.cacheBusting,
16+
cacheBusting: config.dev.cacheBusting,
1717
transformToRequire: {
1818
video: 'src',
1919
source: 'src',

template/build/webpack.dev.conf.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ const devWebpackConfig = merge(baseWebpackConfig, {
2121
historyApiFallback: true,
2222
hot: true,
2323
compress: true,
24-
host: process.env.HOST || config.dev.host,
25-
port: process.env.PORT || config.dev.port,
24+
host: process.env.HOST || config.dev.host,
25+
port: process.env.PORT || config.dev.port,
2626
open: config.dev.autoOpenBrowser,
2727
overlay: config.dev.errorOverlay ? {
2828
warnings: false,

0 commit comments

Comments
 (0)