ci: update rollup config

This commit is contained in:
Derrick Hammer 2023-06-23 05:50:10 -04:00
parent 0f546cfda8
commit bc0bbac6dd
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 18 additions and 0 deletions

View File

@ -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": {