@seayoo-web/scripts 1.2.7 → 1.2.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +13 -3
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -132,9 +132,19 @@ function definePageBuildConfig(option) {
132
132
  vue(),
133
133
  vueDevTools(),
134
134
  legacy({
135
- targets: ["defaults", "ie >= 10", "chrome 52"],
136
- additionalLegacyPolyfills: ["regenerator-runtime/runtime"],
137
- renderLegacyChunks: true
135
+ targets: [
136
+ "defaults",
137
+ "> 0.2%",
138
+ "last 5 versions and not dead",
139
+ "Firefox ESR",
140
+ "edge >= 60",
141
+ "firefox >= 60",
142
+ "chrome >= 53",
143
+ "chromeAndroid >= 53",
144
+ "safari >= 8",
145
+ "iOS >= 8"
146
+ ],
147
+ additionalLegacyPolyfills: ["regenerator-runtime/runtime", "es/array/flat", "es/global-this"]
138
148
  }),
139
149
  htmlInjectPlugin({
140
150
  BUILD_TIME: envs.stamp,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seayoo-web/scripts",
3
- "version": "1.2.7",
3
+ "version": "1.2.8",
4
4
  "description": "scripts for seayoo web monorepos",
5
5
  "type": "module",
6
6
  "source": "index.ts",
@@ -59,7 +59,7 @@
59
59
  "stylelint": "^16.15.0",
60
60
  "stylelint-config-recess-order": "^6.0.0",
61
61
  "stylelint-config-standard": "^37.0.0",
62
- "@seayoo-web/tsconfig": "^1.0.2"
62
+ "@seayoo-web/tsconfig": "^1.0.3"
63
63
  },
64
64
  "peerDependencies": {
65
65
  "eslint": "^9.19.0",