Skip to content
This repository has been archived by the owner on Feb 11, 2025. It is now read-only.

sxzz/unloader-oxc

Repository files navigation

unloader-oxc npm

Unit Test

Oxc integration for unloader.

Caution

This project is initially created for proof of concept, and it's deprecated now. Please use unplugin-oxc instead.

Install

npm i unloader-oxc

Usage

// unloader.config.ts
import { defineConfig } from 'unloader'
import { Oxc } from 'unloader-oxc'

export default defineConfig({
  plugins: [
    Oxc({
      transform: {
        // target: 'es2015',
        // ...
      },
      resolve: {
        // ...
      },
    }),
  ],
})

CLI

node --import unloader/register ...

Sponsors

License

MIT License © 2025 三咲智子 Kevin Deng

About

Oxc integration for unloader.

Resources

License

Code of conduct

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published