This commit is contained in:
Pan
2019-05-17 18:03:18 +08:00
parent 4f620c4a0d
commit 2d280b8f0b
4 changed files with 34 additions and 15 deletions

View File

@@ -9,10 +9,6 @@
<title><%= webpackConfig.name %></title>
</head>
<body>
<!-- import cdn js -->
<% for(var js of htmlWebpackPlugin.options.cdn.js) { %>
<script src="<%=js%>"></script>
<% } %>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>