Skip to content
This repository has been archived by the owner on Jul 24, 2019. It is now read-only.

v3.0.1-b

Compare
Choose a tag to compare
@mrmckeb mrmckeb released this 30 May 08:07
· 1 commit to master since this release
  • Removes Beamery's custom tsconfig.json overrides, and implements baseUrl in jsconfig.json. See below for instructions.
  • Contains an update to fsevents.

Upgrade instructions for NODE_PATH:

There's nothing to do when creating a new project, templates have been updated.

For existing TypeSript projects, you can now remove NODE_PATH from your .env file, and update your tsconfig.json to have a baseUrl of "src". The paths key can be removed.

For existing JavaScript projects, you can add a jsconfig.json file with baseUrl set to "src". For best results, copy this new file from the template.

New versions of Storybook will work with this. Old versions require NODE_PATH. You may also opt to pass this in via the script: NODE_PATH=src start-storybook.