1.0.0 • Published 3 years ago
vite-plugin-multentry v1.0.0
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
3 years ago