tonic
tonic copied to clipboard
Make ESM the default format
Also:
- update CI
- update deps
- remove a build step
- remove minified versions
- move static properties and
isTonicComponentgetter to the Tonic class - set the version of Tonic on a build step instead of
require('package').versionin the runtime (which also breaks old esm version) - don't use line break to prevent sourcemap issues when bundling with esbuild