388 Commits

Author SHA1 Message Date
Ian VanSchooten
994a26df8f
Vite: Allow specifying path to vite.config file (#20681)
Issue: #20552

## What I did

I added a new builder option for the Vite builder named `viteConfigPath`, which is a path to a custom config relative to the cwd.  If the path does not resolve, a clear error will be thrown with the absolute path being checked.

I also added a new utility, `getBuilderOptions()`, which is helpful because these options can be specified two different ways, with `core.builder.options` or `framework.options.builder`.  The utility gives an easy way to check both.  It gives preference to ~`core.builder.options`~ `framework.options.builder`, since that's the newer way to define the options.

## How to test

1. `yarn task --task sandbox --start-from auto --template react-vite/default-ts`
2. Move the `vite.config.ts` file into `.storybook`
3. Add an alias, like:
```ts
export default defineConfig({
  plugins: [react()],
  resolve: {
    alias: {
      stories: path.resolve(__dirname, '../src/stories'),
    },
  },
});
```
4. Change one of the stories to use this alias, such as the Button story:
```ts
import { Button } from 'stories/Button';
```
5. Start Storybook, it will fail
6. Add `viteConfigPath: ".storybook/vite.config.ts"` to the builder options in `.storybook/main.ts`
7. Restart storybook, and it should work.


## Checklist

<!-- Please check (put an "x" inside the "[ ]") the applicable items below to make sure your PR is ready to be reviewed. -->

- [ ] Make sure your changes are tested (stories and/or unit, integration, or end-to-end tests)
- [X] Make sure to add/update documentation regarding your changes
- [ ] If you are deprecating/removing a feature, make sure to update
      [MIGRATION.MD](https://github.com/storybookjs/storybook/blob/next/MIGRATION.md)

Is there a way to create an automated test for this?  I couldn't think of a good way to do it.

#### Maintainers

- [ ] If this PR should be tested against many or all sandboxes,
      make sure to add the `ci:merged` or `ci:daily` GH label to it.
- [X] Make sure this PR contains **one** of the labels below.

`["cleanup", "BREAKING CHANGE", "feature request", "bug", "documentation", "maintenance", "dependencies", "other"]`

<!--

Everybody: Please submit all PRs to the `next` branch unless they are specific to the current release. Storybook maintainers cherry-pick bug and documentation fixes into the `main` branch as part of the release process, so you shouldn't need to worry about this. For additional guidance: https://storybook.js.org/docs/react/contribute/how-to-contribute

-->
2023-01-20 09:17:29 -05:00
Norbert de Langen
fc3b221569
Merge branch 'next' into qwik-init 2023-01-20 09:15:41 +01:00
Michael Shilman
457694a15a Update git head to 7.0.0-beta.31, update yarn.lock [ci skip] 2023-01-20 13:24:01 +08:00
Michael Shilman
6d1ea7647f v7.0.0-beta.31 2023-01-20 13:22:31 +08:00
Ian VanSchooten
046eef6b8e Prefer framework.options.builder 2023-01-19 08:05:57 -05:00
Ian VanSchooten
174fb61b15 Vite: Add config for vite.config path 2023-01-18 19:27:37 -05:00
Michael Shilman
5ab9699391 Update git head to 7.0.0-beta.30, update yarn.lock [ci skip] 2023-01-18 23:11:11 +08:00
Michael Shilman
633f95bec7 v7.0.0-beta.30 2023-01-18 23:09:16 +08:00
Benjamin Kindle
d8944a5dda feat: support Qwik framework in sb init
Works with this change in the storybook-framework-qwik project: 3dca5b48de
2023-01-18 07:58:58 -05:00
Michael Shilman
ae3640239c Update git head to 7.0.0-beta.29, update yarn.lock [ci skip] 2023-01-17 18:01:52 +08:00
Michael Shilman
c6b2e1a65b v7.0.0-beta.29 2023-01-17 18:00:32 +08:00
Michael Shilman
f34295b3da Update git head to 7.0.0-beta.28, update yarn.lock [ci skip] 2023-01-15 14:13:19 +08:00
Michael Shilman
05179df2dc v7.0.0-beta.28 2023-01-15 14:12:15 +08:00
Michael Shilman
33a517844a Update git head to 7.0.0-beta.27, update yarn.lock [ci skip] 2023-01-14 17:49:14 +08:00
Michael Shilman
1abdc0888c v7.0.0-beta.27 2023-01-14 17:48:15 +08:00
Michael Shilman
4da7e82102 Update git head to 7.0.0-beta.26, update yarn.lock [ci skip] 2023-01-14 00:15:09 +08:00
Michael Shilman
4d3ed5ec2e v7.0.0-beta.26 2023-01-14 00:13:56 +08:00
Valentin Palkovic
8f7ed31168
Merge pull request #20455 from storybookjs/alert-missing-addons
Addons: Warn when addon is not installed
2023-01-12 21:30:51 +01:00
Michael Shilman
5f8f3d0d37 Update git head to 7.0.0-beta.25, update yarn.lock [ci skip] 2023-01-12 00:35:01 +08:00
Michael Shilman
2109ab8d7c v7.0.0-beta.25 2023-01-12 00:33:53 +08:00
Michael Shilman
16c4a693de Update git head to 7.0.0-beta.24, update yarn.lock [ci skip] 2023-01-11 00:34:39 +08:00
Michael Shilman
cf402923a5 v7.0.0-beta.24 2023-01-11 00:33:22 +08:00
Michael Shilman
2aa4912552 Update git head to 7.0.0-beta.23, update yarn.lock [ci skip] 2023-01-10 23:42:36 +08:00
Michael Shilman
540859f1e7 v7.0.0-beta.23 2023-01-10 23:36:08 +08:00
Michael Shilman
c78afe1ffc Update git head to 7.0.0-beta.22, update yarn.lock [ci skip] 2023-01-10 23:32:01 +08:00
Michael Shilman
3b05d5a407 v7.0.0-beta.22 2023-01-10 23:31:45 +08:00
Michael Shilman
42697c3fc4 Update git head to 7.0.0-beta.21, update yarn.lock [ci skip] 2023-01-09 09:19:08 +08:00
Michael Shilman
fb45d85484 v7.0.0-beta.21 2023-01-09 09:14:56 +08:00
Michael Shilman
b1fbbeed6f Update git head to 7.0.0-beta.20, update yarn.lock [ci skip] 2023-01-06 20:14:37 +08:00
Michael Shilman
22701aedf5 v7.0.0-beta.20 2023-01-06 20:09:53 +08:00
Michael Shilman
7822167dcf Update git head to 7.0.0-beta.19, update yarn.lock [ci skip] 2023-01-01 18:20:28 +08:00
Michael Shilman
da902f312e v7.0.0-beta.19 2023-01-01 18:16:24 +08:00
Michael Shilman
5eed2f78e6 Update git head to 7.0.0-beta.18, update yarn.lock [ci skip] 2023-01-01 18:07:50 +08:00
Michael Shilman
fd0c69d276 v7.0.0-beta.18 2023-01-01 18:02:45 +08:00
Michael Shilman
5d86bcfc9a Core: Delete outdated onerror handler 2022-12-31 08:56:49 +08:00
Ian VanSchooten
145634197e Addons: Warn when addon is not installed 2022-12-30 14:29:12 -05:00
Michael Shilman
73940547cb Update git head to 7.0.0-beta.17, update yarn.lock [ci skip] 2022-12-30 21:27:19 +08:00
Michael Shilman
6559b41962 v7.0.0-beta.17 2022-12-30 21:21:17 +08:00
Michael Shilman
10dcd2a706 Update git head to 7.0.0-beta.16, update yarn.lock [ci skip] 2022-12-29 00:27:09 +08:00
Michael Shilman
7ca5d329ef v7.0.0-beta.16 2022-12-29 00:21:05 +08:00
Michael Shilman
9375edf43a Update git head to 7.0.0-beta.15, update yarn.lock [ci skip] 2022-12-24 13:00:41 +08:00
Michael Shilman
ed794f9d13 v7.0.0-beta.15 2022-12-24 12:56:25 +08:00
Norbert de Langen
57b14d45bb
Merge branch 'next' into tech/tsup-core-server-v2 2022-12-24 00:29:38 +01:00
Michael Shilman
d4beeb98c5 Update git head to 7.0.0-beta.14, update yarn.lock [ci skip] 2022-12-23 20:06:52 +08:00
Michael Shilman
c3b2e8fe25 v7.0.0-beta.14 2022-12-23 20:01:28 +08:00
Norbert de Langen
57ead1064d
Merge branch 'next' into tech/tsup-core-server-v2 2022-12-20 23:14:10 +01:00
Michael Shilman
8f8f30785b Update git head to 7.0.0-beta.13, update yarn.lock [ci skip] 2022-12-20 21:34:12 +08:00
Michael Shilman
ddf86bd126 v7.0.0-beta.13 2022-12-20 21:28:05 +08:00
Norbert de Langen
03d08f923d
Merge branch 'next' into tech/tsup-core-server-v2 2022-12-20 13:24:13 +01:00
Michael Shilman
66df2d8afe Update git head to 7.0.0-beta.12, update yarn.lock [ci skip] 2022-12-16 23:33:11 +08:00