Skip to content

algesthesiah/vite-source-map-cleanup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published