12 Commits

Author SHA1 Message Date
Yann Braga
deb453ecb7 fix(fast-refresh): set babel plugin correctly in the preset
- Rather than in the webpack config, set it in babel, so that
 there aren't multiple loaders and instead just the plugin is added
 together with the presets.
 Examples were moved to cra-kitchen-sink because official removes
 the babel-loader taht comes from storybook.
2020-09-21 16:53:12 +02:00
Norbert de Langen
d91e0b2854
Merge branch 'next' into fix/10887
# Conflicts:
#	examples/cra-kitchen-sink/.storybook/main.js
2020-06-11 11:22:43 +02:00
Norbert de Langen
66e04ca1ad
Allow monorepo project root dir to be imported in CRA examples 2020-06-09 18:02:31 +02:00
Norbert de Langen
262fca682c
disable cra-preset for now 2020-06-09 15:12:14 +02:00
Norbert de Langen
20cfac064e
ADD loglevel=debug to all examples 2020-06-09 13:22:53 +02:00
Norbert de Langen
7a0fe8fe04
CHANGE all the main.js so their globs are valid 2020-05-22 16:07:48 +02:00
Norbert de Langen
fc2a72442c
REMOVE usage of addon-options 2020-03-26 10:38:05 +01:00
Norbert de Langen
924e403786
REMOVE addon-info & addon-notes
They have been MOVED to https://github.com/storybookjs/deprecated-addons
2020-01-29 17:15:27 +01:00
Norbert de Langen
c44294565e
FIX 2020-01-23 00:55:53 +01:00
Michael Shilman
d768b53770 Main.js: Combine addons/presets in examples 2019-12-31 14:38:00 +08:00
Michael Shilman
9fabb654e3 Upgrade a few examples to use merged main.js addons array 2019-12-25 21:27:33 +08:00
Norbert de Langen
4fc515d309 MIGRATE cra-kitchen-sink-example 2019-11-25 14:39:51 +01:00