Skip to content

Commit e690750

Browse files
committed
remove trailing whitespaces
1 parent 286865c commit e690750

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/webpack.dev.conf.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const devWebpackConfig = merge(baseWebpackConfig, {
1414
},
1515
// cheap-module-eval-source-map is faster for development
1616
devtool: config.dev.devtool,
17-
17+
1818
// these devServer options should be customized in /config/index.js
1919
devServer: {
2020
clientLogLevel: 'warning',
@@ -37,7 +37,7 @@ const devWebpackConfig = merge(baseWebpackConfig, {
3737
plugins: [
3838
new webpack.DefinePlugin({
3939
'process.env': require('../config/dev.env')
40-
}),
40+
}),
4141
new webpack.HotModuleReplacementPlugin(),
4242
new webpack.NamedModulesPlugin(), // HMR shows correct file names in console on update.
4343
new webpack.NoEmitOnErrorsPlugin(),

0 commit comments

Comments
 (0)