tonic icon indicating copy to clipboard operation
tonic copied to clipboard

Make ESM the default format

Open chicoxyzzy opened this issue 3 years ago • 0 comments

Also:

  • update CI
  • update deps
  • remove a build step
  • remove minified versions
  • move static properties and isTonicComponent getter to the Tonic class
  • set the version of Tonic on a build step instead of require('package').version in the runtime (which also breaks old esm version)
  • don't use line break to prevent sourcemap issues when bundling with esbuild

chicoxyzzy avatar Aug 26 '22 15:08 chicoxyzzy