fix(checkbox-group): add side effect define.js to package.json

This commit is contained in:
Joren Broekema 2021-03-17 09:59:20 +01:00 committed by Thomas Allmer
parent 906148b370
commit 3aa4783326
3 changed files with 6 additions and 2 deletions

View file

@ -0,0 +1,5 @@
---
'@lion/checkbox-group': patch
---
Add define.js sideEffect to package.json

View file

@ -3,8 +3,6 @@
```js script ```js script
import { html } from '@lion/core'; import { html } from '@lion/core';
import '@lion/checkbox-group/define'; import '@lion/checkbox-group/define';
import '@lion/checkbox-group/define';
import '@lion/checkbox-group/define';
``` ```
## Model value ## Model value

View file

@ -33,6 +33,7 @@
"test": "cd ../../ && npm run test:browser -- --group checkbox-group" "test": "cd ../../ && npm run test:browser -- --group checkbox-group"
}, },
"sideEffects": [ "sideEffects": [
"define.js",
"lion-checkbox.js", "lion-checkbox.js",
"lion-checkbox-group.js", "lion-checkbox-group.js",
"lion-checkbox-indeterminate.js" "lion-checkbox-indeterminate.js"