new version for latest webpack 4.28.x
This commit is contained in:
@@ -0,0 +1 @@
|
||||
<div>App running</div>
|
||||
@@ -0,0 +1,3 @@
|
||||
body {
|
||||
background: aqua;
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
<div>
|
||||
my app-root html here!
|
||||
</div>
|
||||
@@ -1,8 +0,0 @@
|
||||
html, body {
|
||||
position: relative;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
background: rgb(179, 179, 179);
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
+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