elastic-apm-sourcemap-webpack-plugin

v1.0.0
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

tsc --module commonjs && rollup -c rollup.config.ts && typedoc --out docs --target es6 --theme minimal --mode file src

start

rollup -c rollup.config.ts -w

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

deploy-docs

babel-node tools/gh-pages-publish.ts

report-coverage

cat ./coverage/lcov.info | codecov

commit

git-cz

semantic-release

semantic-release

semantic-release-prepare

babel-node tools/semantic-release-prepare.ts

Metadata

  • MIT
  • >=6.0.0
  • wuct
  • released 2/21/2019

Downloads

Maintainers