Ian VanSchooten
653a9ffe65
Fix detection of type: module when initializing storybook
2022-07-14 09:43:01 -04:00
shippokun
912e606c62
chore: remove addon-actions from packages for install
2022-05-19 00:23:47 +09:00
Yann Braga
e69896db1c
Merge branch 'next' into feat/add-interactions-to-vue-cli-template
2022-04-25 12:27:29 +02:00
Yann Braga
526d4343fc
Merge branch 'next' into feat/add-interactions-to-html-cli-template
2022-04-23 10:34:40 +02:00
Ítalo Teixeira
02b6586573
feat: add interactions to vue3 cli template
2022-04-23 00:18:54 +02:00
Yann Braga
bb9532ed30
Merge branch 'next' into feat/add-interactions-to-vue-cli-template
2022-04-22 17:44:30 +02:00
Ítalo Teixeira
8565df063a
feat: add interactions to vue cli template
2022-04-20 23:33:27 +02:00
Yann Braga
3f84896ae2
add interactions to html cli template
2022-04-20 14:57:21 +02:00
Ítalo Teixeira
6305d99860
feat: add interactions to svelte cli template
2022-04-18 16:21:25 +02:00
Ítalo Teixeira
10caa770b9
feat: add interactions to preact cli template
2022-04-16 16:34:20 +02:00
Norbert de Langen
bc2c241ba2
we should actually add these dependencies IMHO, so we can remove the dependencies from core-server at some point
2022-04-06 22:29:35 +02:00
Ian VanSchooten
9630843e3c
Default vite projects to storyStoreV7
2022-04-02 14:41:16 -04:00
Michael Shilman
cc6fa20898
CLI: Add temporary preview-head workaround for vite builder
2022-03-31 01:38:10 +08:00
Michael Shilman
f76f0ca6a5
CLI: Add vite to core builders
2022-03-31 01:37:15 +08:00
Yann Braga
e9e6256c67
CLI: add addon-interactions to angular template
2022-02-07 09:25:08 +01:00
Yann Braga
5d72d6460a
add interactions to react cli template
2022-02-04 09:36:56 +01:00
Norbert de Langen
dd51226ce7
set version of @mdx-js/react to 1.x.x
...
(cherry picked from commit 6c24ebab35b8c56c542ce821d9de859451dbcc72)
2022-02-02 12:07:55 +01:00
Michael Shilman
ee1e8ec6a4
CLI: Add framework field to CLI template for forward compatibility
2021-10-19 09:06:34 +08:00
Jonathan Share
97c3a2f16f
Remove storyFormat option from CLI
...
This option doesn't appear to do anything at all anymore and as-such should be removed from the codebase.
Note: This is a breaking change to the CLI, while the parameter might not have done anything useful, it's removal could break scripts that were trying to set it.
I was a little brutal on the test cases here, I think I need to re-add one after some sleep
2021-10-03 21:13:07 +00:00
Michael Shilman
155a184247
Strip version specifiers off extraAddons
2021-10-01 18:45:39 +08:00
Michael Shilman
863a561c19
CLI: Automatically generate babel config file in empty projects
2021-08-28 00:12:52 +08:00
Michael Shilman
02cad059fe
CLI: Add manager-webpack5 dep to webpack5 option
2021-05-23 11:09:52 +08:00
Michael Shilman
33405b0553
Merge branch 'next' into feat/cli-repro-template
2021-05-08 21:41:18 +08:00
Clément DUNGLER
68fc7e2f6c
add linkable option to sb init
2021-05-05 22:09:35 +02:00
Michael Shilman
59e56e846d
CLI: Support community builders in sb init
2021-04-19 18:53:06 +08:00
j3rem1e
2da41514cc
CLI: Compatibility with sveltekit
2021-03-29 23:02:11 +02:00
Clément DUNGLER
99d829312e
Add extra options to baseGenerator
2021-03-15 22:52:24 +01:00
Clément DUNGLER
0d48366678
CLI: Add builder option
2021-02-24 21:14:18 +01:00
Gaëtan Maisse
b0354930db
fix(cli): do not reinstall packages that were already there as deps
...
It mimic the behavior of Yarn 1.x when trying to install a package as dev dep but it is already a regular dep.
Example:
> warning "react-scripts" is already in "dependencies". Please remove existing entry first before adding it to "devDependencies".
> success Saved 0 new dependencies.
2021-02-13 18:16:08 +01:00
Clément DUNGLER
3e9c40e5af
CLI: Add overrides to CRA ESLint config
2020-12-14 22:16:42 +01:00
Clément DUNGLER
7d24837e62
CLI: do not install babel for CRA
2020-11-23 10:51:57 +01:00
Gert Hengeveld
ff435afced
Consider default addons and auto refs when deciding to use the prebuilt manager. Avoid conflicting express routes.
2020-10-28 17:35:27 +01:00
Michael Shilman
859ebcbae7
Remove react-is dependency
2020-10-25 21:59:34 +08:00
Michael Shilman
f46b3d4b5f
CLI: Don't add addon-actions to main.js
2020-08-05 21:19:37 +08:00
Gaëtan Maisse
4364ee66a0
fix(cli): add some dependencies to be able to run addon-docs with Yarn 2 out of the box
2020-07-12 16:16:32 +02:00
tooppaaa
7b45f7f7ab
cleanup
2020-07-07 21:06:58 +02:00
tooppaaa
872f4b0645
fix yarn 2
2020-07-05 15:02:07 +02:00
tooppaaa
fb7718db3c
cleanup comments
2020-07-05 11:15:14 +02:00
tooppaaa
86e487a395
Update CLI for angular
2020-07-05 11:11:55 +02:00
tooppaaa
eef5494030
Move to essentials and update e2e
2020-06-23 22:39:41 +02:00
tooppaaa
3b6a06aaa1
fix: rename baseGenerator
2020-06-12 00:28:37 +02:00