1.0.1 • Published 7 months ago

vite-external-esm v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

Whats this for?

allow you to use vite without pre-bundling

How to use?

import externalESM from "vite-external-esm";

export default defineConfig({
  plugins: [externalESM()],
});
1.0.1

7 months ago

1.0.0

7 months ago