Skip to content

Commit fc70a31

Browse files
committed
修改webpack配置信息,更改打包方式
1 parent 52efa21 commit fc70a31

11 files changed

+19820
-6
lines changed

.eslintrc

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"eqeqeq": "warn",
1616
"no-undef": "error",
1717
"no-unused-vars": "warn",
18-
"camelcase": "error",
1918
"no-mixed-spaces-and-tabs": "error"
2019
}
2120
}

dist/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
<li class="page-container common-hide"></li>
2626
</ul>
2727
</section>
28+
<script src="common.bundle.js"></script>
2829
<script src="bundle.js"></script>
2930
</body>
3031

0 commit comments

Comments
 (0)