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

Upgrade babel, storybook, fix transpiling, update npm hook usage

Open travis opened this issue 6 years ago • 0 comments

While we're at it, tweak babelrc (and associated dependencies) to more closely match the transpiling config of the example addon here:

https://github.com/storybooks/storybook/tree/master/addons/notes

Transpiled code should no longer have imports in it, which makes it work in jest tests.

Use a prepare hook rather than a prepublish hook
Per deprecation warnings on the console.

travis avatar Dec 04 '18 20:12 travis