We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03d65d9 commit 80bbf66Copy full SHA for 80bbf66
rollup.config.mjs
@@ -58,16 +58,15 @@ function pgl(plugins = []) {
58
...plugins,
59
alias({
60
entries: [
61
- { find: 'react', replacement: '@bpmn-io/properties-panel/preact/compat' },
62
- { find: 'preact', replacement: '@bpmn-io/properties-panel/preact' }
+ { find: 'react', replacement: 'preact/compat' }
63
]
64
}),
65
reactSvg(),
66
babel({
67
babelHelpers: 'bundled',
68
plugins: [
69
[ '@babel/plugin-transform-react-jsx', {
70
- 'importSource': '@bpmn-io/properties-panel/preact',
+ 'importSource': 'preact',
71
'runtime': 'automatic'
72
} ]
73
0 commit comments