浏览代码

配置文件拆分

zhongxiaoyu 2 年之前
父节点
当前提交
7dfe07158f
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      public/index.html

+ 1 - 0
public/index.html

@@ -11,6 +11,7 @@
     <meta http-equiv="X-Content-Type-Options" content="nosniff" />
     <link rel="icon" href="<%= BASE_URL %>favicon.ico" />
     <title><%= webpackConfig.name %></title>
+    <script src="<%= BASE_URL %>staticConfig.js" type="text/javascript"></script>
     <script src="<%= BASE_URL %>configLoader.js" type="text/javascript"></script>
     <script id="configJS" src="<%= BASE_URL %>config.js" type="text/javascript"></script>
   </head>