Browse Source

style: remove unnecessary blank line from webpack config

Kia King Ishii 5 years ago
parent
commit
d1dbc4872d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      examples/webpack.config.js

+ 0 - 1
examples/webpack.config.js

@@ -54,5 +54,4 @@ module.exports = {
     new webpack.HotModuleReplacementPlugin(),
     new webpack.NoEmitOnErrorsPlugin()
   ]
-
 }