maxGraph/packages
Thomas Bouffard ac48ea0d86
chore!: only include ESM in the npm package (#266)
Get rid of the UMD bundle: not pratical, not minimified so not ready for
production, nor for reuse.
This lets remove the webpack build which was not used anymore.

- core build: everything is done with tsc and simplify pack
- remove webpack configuration
- Move typedoc in the package where it is used (make it easier to detect
usage)
- remove unused dependencies: 
  - better-docs (use typedoc instead)
  - webpack loaders (css, file, style, url)
  - babel
  - circular-dependency-plugin (webpack plugin)
  - webpack
  - cross-env
- core build: tsc only

BREAKING CHANGE: the UMD bundle is no more provided in the npm package
2023-12-03 16:51:40 +01:00
..
core chore!: only include ESM in the npm package (#266) 2023-12-03 16:51:40 +01:00
html chore: migrate to storybook v7 (#230) 2023-10-12 23:41:37 +02:00
ts-example refactor: simplify the code of `ts-example` (#255) 2023-11-16 11:53:47 +01:00
ts-support chore: review private property in package.json files (#244) 2023-09-15 12:31:22 +02:00
website docs: build the user documentation with Docusaurus (#264) 2023-11-27 18:53:52 +01:00