elastic-apm-sourcemap-webpack-plugin

v1.6.2
ElasticAPMSourceMapPlugin is a Webpack plugin that uploads sourcemaps generated by Webpack to a Elastic APM server.
elastic elasticapm apm webpack sourcemap

lint

eslint --ext .js,.ts ./

prebuild

rimraf dist

build

npm run build:types && npm run build:js

build:types

tsc --emitDeclarationOnly

build:js

babel src --out-dir dist --extensions .ts --source-maps inline

test

jest --coverage

test:watch

jest --coverage --watch

test:prod

npm run lint && npm run test -- --no-cache

type-check

tsc --noEmit

type-check:watch

npm run type-check -- --watch

report-coverage

cat ./coverage/lcov.info | codecov

commit

git-cz

semantic-release

semantic-release
npm i elastic-apm-sourcemap-webpack-plugin

Metadata

  • MIT
  • >=6.0.0
  • wuct
  • released 5/21/2021

Downloads

Maintainers