0.1.2 • Published 3 years ago

@esbuild-plugins/esm-externals v0.1.2

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

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.0.6

4 years ago

0.0.3

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago