mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-19 05:02:40 +08:00
* Match default setup same as create-react-app. * Stop pre-building the manager This allow us to customize the manager dynamically. * Update manager for the production build. * Remove building source-maps. * Fix lint issues. * Improve static file handling. * Update dev docs. * Use dist directory for the manager's source. * Add support for stage-0. * Replace raw loader with the css loader in production CSS handling. * Remove specific babel plugins since we support stage-0.
4 lines
58 B
Plaintext
4 lines
58 B
Plaintext
{
|
|
"presets": ["es2015", "es2016", "stage-0", "react"]
|
|
}
|