0.1.2 • Published 2 years ago

@esbuild-plugins/esm-externals v0.1.2

Weekly downloads
68
License
ISC
Repository
github
Last release
2 years ago

@esbuild-plugins/esm-externals

Makes some packages externals and forces the output to be valid ESM, converting all require calls to valid ESM

import EsmExternals from '@esbuild-plugins/esm-externals'
import { build } from 'esbuild'
build({
    plugins: [EsmExternals({ externals: ['react', 'react-dom'] })],
})
0.1.0

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.0.6

4 years ago

0.0.3

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.2

4 years ago

0.0.1

5 years ago