diff options
| author | Haishan <[email protected]> | 2020-04-16 15:18:28 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2020-04-26 17:58:54 +0800 |
| commit | 2ef14e63c08a2d0b5b26abe73e8718d1d1ef534e (patch) | |
| tree | a47a53bce6ade58cb1d6a03ac181b97d09573789 /src | |
| parent | 16fe2b7769be3d58485fb85b34d49d81ac01e1ad (diff) | |
build: upgrade deps
Diffstat (limited to 'src')
| -rw-r--r-- | src/index.template.ejs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/index.template.ejs b/src/index.template.ejs index 6d5e5dc..1fd1724 100644 --- a/src/index.template.ejs +++ b/src/index.template.ejs @@ -21,16 +21,8 @@ <meta property="og:url" content="http://yacd.haishan.me"> <meta property="og:description" content="Yet Another Clash Dashboard"> - <% for (key in htmlWebpackPlugin.files.css) { %> - <link href="<%= htmlWebpackPlugin.files.css[key] %>" rel="stylesheet"> - <% } %> <body> <div id="app"></div> - - <% for (key in htmlWebpackPlugin.files.chunks) { %> - <script src="<%= htmlWebpackPlugin.files.chunks[key].entry %>" type="text/javascript"></script> - <% } %> - </body> </html> |
