2.0.14 • Published 2 years ago
@rokii/build v2.0.14
Build system for Rokii plugins and packages that uses esbuild:
- 💫 Bundle your code and make it ready for production
- 🛟 TypeScript support
- CSS modules support
- Configure your build environment using
rokii.build.jsfile - 🚄 Fast build time
Available commands
rokii-build clear- Clear the build directoryrokii-build build- Package your code for productionrokii-build dev- Makes your plugin available in Rokii as a debuging plugin.rokii-build start- The same asrokii-build dev.