Caution
This project is initially created for proof of concept, and it's deprecated now. Please use unplugin-oxc instead.
npm i unloader-oxc
// unloader.config.ts
import { defineConfig } from 'unloader'
import { Oxc } from 'unloader-oxc'
export default defineConfig({
plugins: [
Oxc({
transform: {
// target: 'es2015',
// ...
},
resolve: {
// ...
},
}),
],
})
node --import unloader/register ...
MIT License © 2025 三咲智子 Kevin Deng