fix(checkbox-group): add side effect define.js to package.json
This commit is contained in:
parent
906148b370
commit
3aa4783326
3 changed files with 6 additions and 2 deletions
5
.changeset/hip-terms-watch.md
Normal file
5
.changeset/hip-terms-watch.md
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
'@lion/checkbox-group': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Add define.js sideEffect to package.json
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue