Skip to content

Commit

Permalink
细节优化
Browse files Browse the repository at this point in the history
  • Loading branch information
jekorx committed Mar 13, 2019
1 parent dace1d1 commit d338c33
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 0 additions & 2 deletions build/webpack.show.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ module.exports = merge(baseWebpackConfig, {
},
plugins: [
new HtmlWebpackPlugin({
// 标题
title: pkgInfo.name,
// 模版
template: resolve('src/demo/index.html')
}),
Expand Down
4 changes: 2 additions & 2 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</script>
<script type="text/javascript" src="index.min.js"></script></body>
<script type="text/javascript" src="index.min.js"></script>
</body>
</html>
1 change: 0 additions & 1 deletion src/demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</script>
</body>
</html>

0 comments on commit d338c33

Please sign in to comment.