mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-02-23 06:08:19 +00:00
chore(project): update rollup config
This commit is contained in:
parent
9b0b9d4424
commit
dbfc1596cf
@ -98,9 +98,11 @@ function pgl(plugins=[]) {
|
||||
'process.env.NODE_ENV': JSON.stringify('production')
|
||||
}),
|
||||
nodeResolve({
|
||||
module: true,
|
||||
main: true,
|
||||
browser: true
|
||||
mainFields: [
|
||||
'browser',
|
||||
'module',
|
||||
'main'
|
||||
]
|
||||
}),
|
||||
commonjs(),
|
||||
json(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user