Skip to content

Commit

Permalink
chore: simplify externals config
Browse files Browse the repository at this point in the history
  • Loading branch information
barmac committed Dec 14, 2021
1 parent d23c744 commit b246a55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ export default [
file: pkg.module
}
],
external: id => ([
external: [
'array-move',
'min-dash',
'@bpmn-io/properties-panel'
].includes(id) || /^@bpmn-io\/properties-panel/.test(id)),
/^@bpmn-io\/properties-panel'/
],
plugins: [
alias({
entries: [
Expand Down

0 comments on commit b246a55

Please sign in to comment.