瀏覽代碼

style: remove unnecessary blank line from webpack config

Kia King Ishii 5 年之前
父節點
當前提交
d1dbc4872d
共有 1 個文件被更改,包括 0 次插入1 次删除
  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()
   ]
-
 }