File tree 3 files changed +22
-3
lines changed
3 files changed +22
-3
lines changed Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html lang ="en ">
3
+ < head >
4
+ < meta charset ="UTF-8 " />
5
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
6
+ < meta name ="theme-color " content ="#009ee2 " />
7
+
8
+ < meta http-equiv ="X-UA-Compatible " content ="ie=edge " />
9
+ < title > Dev - React Tooltip</ title >
10
+ < link rel ="stylesheet " href ="index.css " />
11
+ </ head >
12
+ < body >
13
+ < noscript > You need to enable JavaScript to run this app. Please enable JavaScript 😭</ noscript >
14
+
15
+ < div id ="app "> </ div >
16
+
17
+ < script type ="module " src ="<%= appBundle %> "> </ script >
18
+ </ body >
19
+ </ html >
Original file line number Diff line number Diff line change 7
7
8
8
< meta http-equiv ="X-UA-Compatible " content ="ie=edge " />
9
9
< title > Dev - React Tooltip</ title >
10
- < link rel ="stylesheet " href ="index.css " />
10
+ < link rel ="stylesheet " href ="/ index-dev .css " />
11
11
</ head >
12
12
< body >
13
13
< noscript > You need to enable JavaScript to run this app. Please enable JavaScript 😭</ noscript >
14
14
15
15
< div id ="app "> </ div >
16
16
17
- < script type ="module " src ="<%= appBundle %> "> </ script >
17
+ < script type ="module " src ="/index-dev.js "> </ script >
18
18
</ body >
19
19
</ html >
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ const globals = {
25
25
const plugins = [
26
26
progress ( ) ,
27
27
html ( {
28
- input : './public/index.html' ,
28
+ input : './public/index-rollup .html' ,
29
29
output : './build/index.html' ,
30
30
template : { appBundle : 'index.js' } ,
31
31
} ) ,
You can’t perform that action at this time.
0 commit comments