This commit is contained in:
Michael Shilman 2020-08-11 10:24:31 +08:00
parent 23553316a7
commit 313a8b758e

View File

@ -108,17 +108,17 @@ The addon config `config` allows you to add extra preview configuration from wit
For example, the Backgrounds preset contains the following code:
```ts
// preset.ts
export function config(entry: any[] = []) {
```js
// preset.js
export function config(entry = []) {
return [...entry, require.resolve('./defaultParameters')];
}
```
Which in turn invokes:
```ts
// defaultParameters.ts
```js
// defaultParameters.js
export const parameters = {
backgrounds: {
values: [