16 Commits

Author SHA1 Message Date
352d325682 chore: migrate config to eslint@9 2024-10-16 17:17:28 +02:00
6c3cbe0bd4 chore: error info use tagged template 2024-04-29 09:06:03 +02:00
3c62526327 chore: drop __dirname hack 2023-03-23 09:25:55 +01:00
c6b4a72337 chore: bundle rollup config as CJS
Allows us to get rid of some rollup@3 magic.
2023-03-23 09:25:55 +01:00
b53a905363 deps: upgrade to rollup v3 2023-03-17 13:33:47 +01:00
c6afdd7821 chore: move to @rollup* bundling plug-ins 2022-11-11 11:53:40 +01:00
73e26e8a62 deps: update to eslint-bpmn-io-plugin@15.0.1 2022-09-20 09:29:01 +00:00
c42dbf8a70 style: update code style
Apply latest bpmn-io code style.
2022-08-18 10:57:23 +00:00
7478388070 deps: replace inherits with inherits-browser
This increase the safety of our build; external consumers
do no longer need to account for the `browser` field to
bundle bpmn-js (or otherwise bundle a Node shim, unintentionally).
2022-05-18 10:15:53 +00:00
732aae361e chore: prevent double bundling
Ensure we build the distribution only once:

* development build with NODE_ENV=development
* production build with NODE_ENV=production
2021-11-03 10:54:20 +00:00
beaa216989 deps: bump development dependencies 2020-12-02 20:28:33 +00:00
0b3cd452ca chore(project): minify using terser 2019-07-31 13:03:32 +02:00
dbfc1596cf chore(project): update rollup config 2019-07-18 15:46:08 +02:00
61ffd58328 chore(project): bump devDependencies 2018-10-26 09:39:35 +00:00
ef0e4fb02d fix: error date in license 2018-10-25 19:12:20 +02:00
3c895e08ae chore(project): build pre-packaged distros with Rollup
* enables tree-shaking
* simplifies build
2018-04-03 18:09:52 +02:00