0.1.2 • Published 1 year ago

@esbuild-plugins/esm-externals v0.1.2

Weekly downloads
68
License
ISC
Repository
github
Last release
1 year 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

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.0.6

3 years ago

0.0.3

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago