new version for latest webpack 4.28.x
This commit is contained in:
+3
-2
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user