You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When performing a rollup with the commonjs module, the rollup will fail due to custom named exports in dist/vue-styled-components.es.js
Stack Trace: (plugin commonjs) Error: Custom named exports were specified for C:\Users\pedro\Documents\Work\Storybook\src\components\Form\node_modules\vue-styled-components\dist\vue-styled-components.es.js but it does not appear to be a CommonJS module node_modules\vue-styled-components\dist\vue-styled-components.es.js Error: Custom named exports were specified for C:\Users\pedro\Documents\Work\Storybook\src\components\Form\node_modules\vue-styled-components\dist\vue-styled-components.es.js but it does not appear to be a CommonJS module at transformCommonjs (C:\Users\pedro\Documents\Work\Storybook\src\components\Form\node_modules\@rollup\plugin-commonjs\dist\index.js:753:13) at Object.transformAndCheckExports (C:\Users\pedro\Documents\Work\Storybook\src\components\Form\node_modules\@rollup\plugin-commonjs\dist\index.js:1144:25) at Object.transform (C:\Users\pedro\Documents\Work\Storybook\src\components\Form\node_modules\@rollup\plugin-commonjs\dist\index.js:1309:48) at C:\Users\pedro\AppData\Roaming\npm\node_modules\rollup\dist\shared\node-entry.js:13113:25
The text was updated successfully, but these errors were encountered:
When performing a rollup with the commonjs module, the rollup will fail due to custom named exports in dist/vue-styled-components.es.js
Stack Trace:
(plugin commonjs) Error: Custom named exports were specified for C:\Users\pedro\Documents\Work\Storybook\src\components\Form\node_modules\vue-styled-components\dist\vue-styled-components.es.js but it does not appear to be a CommonJS module node_modules\vue-styled-components\dist\vue-styled-components.es.js Error: Custom named exports were specified for C:\Users\pedro\Documents\Work\Storybook\src\components\Form\node_modules\vue-styled-components\dist\vue-styled-components.es.js but it does not appear to be a CommonJS module at transformCommonjs (C:\Users\pedro\Documents\Work\Storybook\src\components\Form\node_modules\@rollup\plugin-commonjs\dist\index.js:753:13) at Object.transformAndCheckExports (C:\Users\pedro\Documents\Work\Storybook\src\components\Form\node_modules\@rollup\plugin-commonjs\dist\index.js:1144:25) at Object.transform (C:\Users\pedro\Documents\Work\Storybook\src\components\Form\node_modules\@rollup\plugin-commonjs\dist\index.js:1309:48) at C:\Users\pedro\AppData\Roaming\npm\node_modules\rollup\dist\shared\node-entry.js:13113:25
The text was updated successfully, but these errors were encountered: