| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 61c2f01 commit a1d067e
5 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -65,7 +65,7 @@ module.exports = { | |||
| 65 | 65 | ] | |
| 66 | 66 | } | |
| 67 | 67 | }; | |
| 68 | - configBase.moduleVersion === 'es6' && (babelConfig.include = /FGBLayer|flatgeobuf/); | ||
| 68 | + configBase.moduleVersion === 'es6' && (babelConfig.include = /FGBLayer|flatgeobuf|fast-xml-parser/); | ||
| 69 | 69 | moduleRules.push(babelConfig); | |
| 70 | 70 | moduleRules.push(configBase.module.rules.css); | |
| 71 | 71 | return moduleRules; | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -62,7 +62,7 @@ module.exports = { | |||
| 62 | 62 | ] | |
| 63 | 63 | } | |
| 64 | 64 | }; | |
| 65 | - configBase.moduleVersion === 'es6' && (babelConfig.include = /FGBLayer|flatgeobuf/); | ||
| 65 | + configBase.moduleVersion === 'es6' && (babelConfig.include = /FGBLayer|flatgeobuf|fast-xml-parser/); | ||
| 66 | 66 | moduleRules.push(babelConfig); | |
| 67 | 67 | moduleRules.push(configBase.module.rules.css); | |
| 68 | 68 | return moduleRules; | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -92,7 +92,7 @@ module.exports = { | |||
| 92 | 92 | ] | |
| 93 | 93 | } | |
| 94 | 94 | } | |
| 95 | - configBase.moduleVersion === "es6" && (babelConfig.include = /FGB|flatgeobuf/); | ||
| 95 | + configBase.moduleVersion === "es6" && (babelConfig.include = /FGB|flatgeobuf|fast-xml-parser/); | ||
| 96 | 96 | moduleRules.push(babelConfig); | |
| 97 | 97 | moduleRules.push(configBase.module.rules.css); | |
| 98 | 98 | return moduleRules; | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -150,7 +150,7 @@ | |||
| 150 | 150 | "@turf/turf": "7.2.0", | |
| 151 | 151 | "canvg": "^4.0.3", | |
| 152 | 152 | "echarts": "5.5.0", | |
| 153 | - "fast-xml-parser": "5.3.5", | ||
| 153 | + "fast-xml-parser": "^5.4.2", | ||
| 154 | 154 | "fetch-ie8": "1.5.0", | |
| 155 | 155 | "fetch-jsonp": "1.1.3", | |
| 156 | 156 | "flatgeobuf": "3.31.1", | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -22,7 +22,7 @@ | |||
| 22 | 22 | "@turf/meta": "^7.2.0", | |
| 23 | 23 | "canvg": "^4.0.3", | |
| 24 | 24 | "echarts": "5.5.0", | |
| 25 | - "fast-xml-parser": "5.3.5", | ||
| 25 | + "fast-xml-parser": "^5.4.2", | ||
| 26 | 26 | "fetch-ie8": "1.5.0", | |
| 27 | 27 | "fetch-jsonp": "1.1.3", | |
| 28 | 28 | "flatgeobuf": "3.31.1", | |
| Back | FazBrowse Home | New Git URL |
0 commit comments