vite-plugin-storybook-nextjs 3.1.7 → 3.1.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.
package/dist/index.cjs CHANGED
@@ -4523,7 +4523,8 @@ var getVitestSWCTransformConfig = ({
4523
4523
  }
4524
4524
  } : {
4525
4525
  env: {
4526
- targets: utils_js.getSupportedBrowsers(rootDir, isDev)
4526
+ targets: utils_js.getSupportedBrowsers(rootDir, isDev),
4527
+ bugfixes: true
4527
4528
  }
4528
4529
  },
4529
4530
  module: {
package/dist/index.js CHANGED
@@ -4490,7 +4490,8 @@ var getVitestSWCTransformConfig = ({
4490
4490
  }
4491
4491
  } : {
4492
4492
  env: {
4493
- targets: getSupportedBrowsers(rootDir, isDev)
4493
+ targets: getSupportedBrowsers(rootDir, isDev),
4494
+ bugfixes: true
4494
4495
  }
4495
4496
  },
4496
4497
  module: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vite-plugin-storybook-nextjs",
3
- "version": "3.1.7",
3
+ "version": "3.1.8",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "vite-plugin",