This PR is the first BREAKING CHANGE on the way to v2. It is breaking because the builds are not processed by Babel any more, which will probably render the package unusable under Internet Explorer.
Here are also some temporary changes which will be rolled back later. For example, Terser is still used for minification (esbuild planned) and for now the CSS is embedded into the JS file (instead of shipping it as a separate file).
This PR is the first BREAKING CHANGE on the way to v2. It is breaking because the builds are not processed by Babel any more, which will probably render the package unusable under Internet Explorer.
Here are also some temporary changes which will be rolled back later. For example, Terser is still used for minification (esbuild planned) and for now the CSS is embedded into the JS file (instead of shipping it as a separate file).
Closes #33