Parcourir la source

style: remove unnecessary blank line from webpack config

Kia King Ishii il y a 5 ans
Parent
commit
d1dbc4872d
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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()
   ]
-
 }