new version for latest webpack 4.28.x

This commit is contained in:
David Meincke
2019-01-20 12:54:34 +01:00
parent b060a71135
commit 5ca9607377
24 changed files with 12481 additions and 204 deletions
+3 -2
View File
@@ -1,5 +1,6 @@
require("./boot.less");
var bootHtml = require("./boot.html");
import './app.less';
import bootHtml from './app.html';
var appEle = document.createElement("app-root");
appEle.innerHTML = bootHtml;