Serpack
Overview
Introduction
Introduction
Serpack is a TypeScript/JavaScript compiler for application development.
This compiler is optimized for high-speed bundling and execution of TypeScript files, leveraging swc as a transformer and oxc as a resolver for enhanced performance.
By default, serpack is built to run Javascript/Typescript, but it also supports module bundling.
Terminal
npx serpack ./src/awesome-app.ts # run script
ERROR
It's not ready to be used for production yet#Getting Started
- try serpack on zely
Terminal
npx zely dev --serpack # or npx zely-cli dev --serpack
Enable
--serpack
flag
- try serpack on your project
Terminal
npm i --save-dev serpack
INFO
See Javascript APIs