File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -18,15 +18,12 @@ module.exports = function (config) {
1818 // list of files patterns to load in the browser
1919 // include:false表示不包含这些文件到浏览器中,注意添加顺序
2020 files : [
21- { pattern : 'src/legacy/libs/SuperMap_Basic-8.1.1-14426.js' , include : false } ,
2221 /***legacy文件夹下的源码添加至此***/
2322 { pattern : 'src/legacy/libs/SuperMap_Basic-8.1.1-14426.js' , include : false } ,
2423 { pattern : 'src/legacy/libs/Lang/*.js' , include : false } ,
2524 { pattern : 'src/legacy/theme/default/*.css' , include : false } ,
26- './node_modules/whatwg-fetch/fetch.js' ,
27- './node_modules/fetch-jsonp/build/fetch-jsonp.js' ,
2825 /***common文件夹下的源码添加至此***/
29- 'src/common/Base .js' ,
26+ 'src/common/SuperMap .js' ,
3027 'src/common/REST.js' ,
3128 'src/common/style/CartoCSS.js' ,
3229
You can’t perform that action at this time.
0 commit comments