chore: mark demo side effects to fix storybook
This commit is contained in:
parent
bb4190d521
commit
000e6ec204
2 changed files with 9 additions and 6 deletions
|
|
@ -4,11 +4,12 @@ Features not fitting any other category.
|
|||
|
||||
## Packages
|
||||
|
||||
| Package | Version | Description |
|
||||
| ------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ----------- |
|
||||
| [ajax](?path=/docs/others-ajax--default-story) | [](https://www.npmjs.com/package/@lion/ajax) | Ajax |
|
||||
| [calendar](?path=/docs/others-calendar--default-story) | [](https://www.npmjs.com/package/@lion/calendar) | Calendar |
|
||||
| [core](?path=/docs/others-system-core--page) | [](https://www.npmjs.com/package/@lion/core) | Core |
|
||||
| Package | Version | Description |
|
||||
| ------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------- | ----------- |
|
||||
| [ajax](?path=/docs/others-ajax--default-story) | [](https://www.npmjs.com/package/@lion/ajax) | Ajax |
|
||||
| [calendar](?path=/docs/others-calendar--default-story) | [](https://www.npmjs.com/package/@lion/calendar) | Calendar |
|
||||
| [collapsible](?path=/docs/others-collapsible--main) | [](https://www.npmjs.com/package/@lion/collapsible) | Collapsible |
|
||||
| [core](?path=/docs/others-system-core--page) | [](https://www.npmjs.com/package/@lion/core) | Core |
|
||||
|
||||
```js script
|
||||
export default {
|
||||
|
|
|
|||
|
|
@ -29,7 +29,9 @@
|
|||
"test:watch": "cd ../../ && yarn test:browser:watch --grep \"packages/collapsible/test/**/*.test.js\""
|
||||
},
|
||||
"sideEffects": [
|
||||
"lion-collapsible.js"
|
||||
"lion-collapsible.js",
|
||||
"demo/applyDemoCollapsibleStyles.js",
|
||||
"demo/custom-collapsible.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.8.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue