vite-source-map-cleanup
v0.0.1
Published
This plugin searches the build output directory for *.js.map and *.css.map files to delete. It also removes the sourceMap comment found in any .js files.
Downloads
3
Readme
vite-source-map-cleanup
This plugin searches the build output directory for *.js.map and *.css.map files to delete. It also removes the sourceMap comment found in any .js files.
QUICK START
install
npm install -D vite-source-map-cleanup
usage
vite
{
plugins:[
ViteSourceMapCleanup()
]
}