Skip to content

Commit

Permalink
fix(webpack-box): 优化build
Browse files Browse the repository at this point in the history
  • Loading branch information
罗学 committed Apr 1, 2021
1 parent cf2072f commit 083cc98
Show file tree
Hide file tree
Showing 44 changed files with 35,609 additions and 34,745 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,23 @@
## [1.0.9](https://github.com/luoxue-victor/learn_webpack/compare/v1.3.3...v1.0.9) (2021-04-01)
## [1.0.9](https://github.com/luoxue-victor/learn_webpack/compare/v1.4.0...v1.0.9) (2021-04-01)
# [1.4.0](https://github.com/luoxue-victor/learn_webpack/compare/v1.3.3...v1.4.0) (2021-04-01)

范围|描述|commitId
--|--|--
v1.4.0 | [cf2072f](https://github.com/luoxue-victor/learn_webpack/commit/cf2072f)


### 🌟 新功能
范围|描述|commitId
--|--|--
优化cli | [4eff3f3](https://github.com/luoxue-victor/learn_webpack/commit/4eff3f3)


### 🐛 Bug 修复
范围|描述|commitId
--|--|--
webpack-box | 修改 dev 跟 build 多页面指令错误 | [edab8a7](https://github.com/luoxue-victor/learn_webpack/commit/edab8a7)


### 📝 文档
范围|描述|commitId
--|--|--
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist1/index/index.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<!DOCTYPE html>
<html><head><link href="./css/index.980a8b35.css" rel="stylesheet"><link as="style" href="./css/index.980a8b35.css" rel="preload"><link as="script" href="./js/chunk-vendors.d6c2323d.bundle.js" rel="preload"><link as="script" href="./js/index.ca998c67.bundle.js" rel="preload"><link as="script" href="./js/manifest.32f7c789.bundle.js" rel="preload"></head>
<html><head><link href="./css/index.4fd45657.css" rel="stylesheet"><link as="style" href="./css/index.4fd45657.css" rel="preload"><link as="script" href="./js/chunk-vendors.682db938.bundle.js" rel="preload"><link as="script" href="./js/index.400e4932.bundle.js" rel="preload"><link as="script" href="./js/manifest.f3afa896.bundle.js" rel="preload"></head>
<head>
<meta charset="UTF-8">
<title>index page1</title>
<body>
<app id="app"></app>
<script src="./js/manifest.32f7c789.bundle.js"></script><script src="./js/chunk-vendors.d6c2323d.bundle.js"></script><script src="./js/index.ca998c67.bundle.js"></script></body>
<script src="./js/manifest.f3afa896.bundle.js"></script><script src="./js/chunk-vendors.682db938.bundle.js"></script><script src="./js/index.400e4932.bundle.js"></script></body>
</html>
Loading

0 comments on commit 083cc98

Please sign in to comment.