0.0.1 • Published 2 years ago

vite-source-map-cleanup v0.0.1

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

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()
   ]
}
0.0.1

2 years ago

0.0.0-bate.2

2 years ago

0.0.0-bate.1

2 years ago