liferay-npm-bundler-plugin-tweak-sourcemaps
v2.32.0
Published
A liferay-npm-bundler plugin to tweak source maps after the build.
Downloads
16,242
Readme
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.