@seayoo-web/scripts 3.1.0 → 3.1.1

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 +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -242,7 +242,7 @@ function definePageBuildConfig(option) {
242
242
  preset.ignoreVuePlugin ? null : vue(),
243
243
  preset.ignorePolyfill ? null : legacy(
244
244
  preset.polyfill ?? {
245
- targets: ["defaults", "> 0.1%", "last 5 versions and not dead"],
245
+ targets: ["defaults", "chrome >= 52", "> 0.1%", "last 5 versions and not dead"],
246
246
  // https://github.com/vitejs/vite/blob/main/packages/plugin-legacy/src/index.ts#L170
247
247
  // https://unpkg.com/browse/core-js@3.41.0/
248
248
  additionalLegacyPolyfills: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seayoo-web/scripts",
3
- "version": "3.1.0",
3
+ "version": "3.1.1",
4
4
  "description": "scripts for seayoo web repos",
5
5
  "type": "module",
6
6
  "source": "index.ts",