Skip to content

A GitHub action for deleting source map from web frontend distribution.

License

Notifications You must be signed in to change notification settings

ubie-oss/delete-source-map-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

delete-source-map-action

A GitHub action for deleting source map from web frontend distribution.

This action will do:

  • Delete *.map
  • Delete sourceMappingURL= comment in *.js and *.css

Usage

An example for Next.js application:

- name: Delete source map
  uses: ubie-oss/delete-source-map-action@v1
  with:
    directory: ./.next/static

About

A GitHub action for deleting source map from web frontend distribution.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published