Vite
Ammolite can be used with Vite as a plugin.
Installation
Install this package as a dev dependency in the project:
Configuration
Add the following Vite configuration:
vite.config.js
PostCSS Configuration
Ammolite also supports PostCSS with the @ammolite/postcss package.
Install this package as a dev dependency in the project:
Add the following Vite configuration:
vite.config.js
In case there are no any CSS file, create one and import it:
./src/index.js