perf[Tinymce]: dynamic import tinymce(#2102)

This commit is contained in:
花裤衩
2019-05-21 10:50:10 +08:00
committed by GitHub
parent 131b9b9eff
commit 6770963672
4 changed files with 57 additions and 16 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>