Skip to content

Commit

Permalink
fix:modified index.html to index.ejs
Browse files Browse the repository at this point in the history
  • Loading branch information
rainfu committed Dec 8, 2018
1 parent 6e558fb commit d599777
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion template_src/src/index.html → template_src/src/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,9 @@
<body>
<div id="app"></div>
<!-- built script files will be auto injected -->
<% if (htmlWebpackPlugin.options.platform) { %>
<script type="text/javascript"
src="platform_cordova_files/<%= htmlWebpackPlugin.options.platform %>/cordova.js"></script>
<% } %>
</body>
</html>
</html>

0 comments on commit d599777

Please sign in to comment.