vdesjs / vite-plugin-monaco-editor

A vite plugin for the Monaco Editor
MIT License
206 stars 36 forks source link

Minification of output files #42

Open caghand opened 1 year ago

caghand commented 1 year ago

Would you mind adding the minify: true option to your esbuild.buildSync() calls? It reduces the output file size by half. :)