0.0.1 • Published 1 year ago

vite-source-map-cleanup v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

0.0.0-bate.2

1 year ago

0.0.0-bate.1

1 year ago