1.0.0 • Published 2 years ago

vite-plugin-multentry v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

vite-plugin-multentry

it will create another entry and inserted to html

//in vite.config
import multEntry from 'vite-plugin-multentry'
export default {
      plugins: [multEntry(['test.ts'])],
}

in html

<!DOCTYPE html>
<html lang="en">
  <head>
    <script type="module" src="/assets/test-9ae0dcf3.js"></script>
1.0.0

2 years ago