liferay-npm-bundler-plugin-tweak-sourcemaps
v2.32.2
Published
A liferay-npm-bundler plugin to tweak source maps after the build.
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-sourcemapsUsage
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.
