ci: update rollup config
This commit is contained in:
parent
0f546cfda8
commit
bc0bbac6dd
|
@ -14,6 +14,24 @@
|
|||
},
|
||||
"prettier": {
|
||||
"singleQuote": false
|
||||
},
|
||||
"rollup": {
|
||||
"output": [
|
||||
{
|
||||
"file": "dist/index.js",
|
||||
"format": "cjs",
|
||||
"sourcemap": true,
|
||||
"inlineDynamicImports": true
|
||||
}
|
||||
],
|
||||
"plugins": [
|
||||
[
|
||||
"@apply @rollup/plugin-node-resolve[default]",
|
||||
{
|
||||
"browser": true
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
},
|
||||
"variable": {
|
||||
|
|
Loading…
Reference in New Issue