storybook-addon-swc icon indicating copy to clipboard operation
storybook-addon-swc copied to clipboard

[email protected] requires package extensions with Yarn 3

Open wegry opened this issue 1 year ago • 0 comments

Updating to [email protected] requires the following packageExtensions with [email protected] and PnP enabled.

packageExtensions:
  storybook-addon-swc@^1.2:
    dependencies:
      terser-webpack-plugin: ^5.2.5
  terser-webpack-plugin@^5.2.5:
    dependencies:
      "@swc/core": '*' # there might be a better version to pin to?

terser-webpack-plugin should be specified in a way that yarn pulls it in.

wegry avatar May 09 '23 13:05 wegry