Explorar el Código

style: remove unnecessary blank line from webpack config

Kia King Ishii hace 5 años
padre
commit
d1dbc4872d
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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()
   ]
-
 }