Serpack
Overview
Introduction

Introduction

Introduction of serpack

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


  1. try serpack on zely
Terminal
npx zely dev --serpack # or npx zely-cli dev --serpack

Enable --serpack flag


  1. try serpack on your project
Terminal
npm i --save-dev serpack