1.0.1 • Published 2 years ago

vite-external-esm v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

1.0.0

2 years ago