2.32.0 • Published 2 months ago

liferay-npm-bundler-plugin-tweak-sourcemaps v2.32.0

Weekly downloads
-
License
-
Repository
github
Last release
2 months ago

liferay-npm-bundler-plugin-tweak-sourcemaps

A liferay-npm-bundler plugin to tweak source maps after the build.

Installation

npm install --save-dev liferay-npm-bundler-plugin-tweak-sourcemaps

Usage

Add the following to your .npmbundlerrc file:

Without options:

{
	"*": {
		"plugins": ["tweak-sourcemaps"]
	}
}

Technical Details

This plugin rewrites the sources field of project's source maps (but not those of third party dependencies) as explained in this issue.