0.1.6 • Published 1 year ago

@alloc/esbuild-plugin-import-glob v0.1.6

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

esbuild-plugin-import-glob

Installation

In your esbuild start script:

import { build } from 'esbuild';
import importGlobPlugin from '@sirse-dev/esbuild-plugin-import-glob';

build({
    plugins: [importGlobPlugin()],
})

To install TypeScript types, add to your tsconfig.json file:

{
    "compilerOptions": {
        /* ... */
    },
    "include": [/* ... */, "@sirse-dev/esbuild-plugin-import-glob/client.d.ts"]
}
0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago