Added esbuild as js-bundler and updated tailwind to v3
Pre-release
Pre-release
Changes since last Release
- [dev/bundle.jsx] this file will be used by esbuild in order to bundle multiple npm-modules into one combined javascript-file
- [build/vendor.js] this file is the bundled output-file of esbuild
- [package.json] added new
bundle
command executing the esbuild bundling process and compiling a new [build/vendor.js]-file
Changed files since last Release
- changed file structure: dev | build
- [build/post.html] added first DarkMode stylings (WIP)
- [package.json] updated
build
command to reflect the commands used by the new tailwindcss version. Old version renamed `build-old"
Others
In this release tailwindcss got updated to the fresh and new version 3 - this doesn't use PostCSS anymore and therefore the [postcss.config.js] is deprecated. Some commands changed too, in order to reflect the new Tailwind JIT engine, which only places the used CSS classes in the output file. YAY!
Full Changelog: v0.4.0-beta...v0.4.1-beta