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: For example, the Backgrounds preset contains the following code:
```ts ```js
// preset.ts // preset.js
export function config(entry: any[] = []) { export function config(entry = []) {
return [...entry, require.resolve('./defaultParameters')]; return [...entry, require.resolve('./defaultParameters')];
} }
``` ```
Which in turn invokes: Which in turn invokes:
```ts ```js
// defaultParameters.ts // defaultParameters.js
export const parameters = { export const parameters = {
backgrounds: { backgrounds: {
values: [ values: [