Skip to content

Commit 2330ad6

Browse files
authored
Release 13.2.1 (#149)
## What's Changed * Fix: Add rsbuild polyfill plugin by @dvdanielamoitzi in #148 **Full Changelog**: v13.2.0...v13.2.1
2 parents c5c12dc + e1ea46d commit 2330ad6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

config/storybook.rsbuild.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
import { defineConfig } from '@rsbuild/core';
2+
import { pluginNodePolyfill } from '@rsbuild/plugin-node-polyfill';
23
import { pluginReact } from '@rsbuild/plugin-react';
34
import { pluginSass } from '@rsbuild/plugin-sass';
45

56
// This is the rsbuild configuration used by storybook, it is not the same as the rspack config!
67
export default defineConfig({
7-
plugins: [pluginReact(), pluginSass()],
8+
plugins: [pluginReact(), pluginSass(), pluginNodePolyfill()],
89
});

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "visyn_scripts",
33
"description": "",
4-
"version": "13.2.0",
4+
"version": "13.2.1",
55
"author": {
66
"name": "datavisyn GmbH",
77
"email": "[email protected]",
@@ -35,6 +35,7 @@
3535
"dependencies": {
3636
"@kesills/eslint-config-airbnb-typescript": "^20.0.0",
3737
"@rsbuild/core": "^1.2.0",
38+
"@rsbuild/plugin-node-polyfill": "^1.4.0",
3839
"@rsbuild/plugin-react": "^1.1.0",
3940
"@rsbuild/plugin-sass": "^1.2.0",
4041
"@rsdoctor/cli": "^0.4.13",

0 commit comments

Comments
 (0)