elastic-apm-sourcemap-webpack-plugin

v0.0.1-alpha
[![Build Status](https://travis-ci.org/wuct/elastic-apm-sourcemap-webpack-plugin.svg?branch=master)](https://travis-ci.org/wuct/elastic-apm-sourcemap-webpack-plugin) [![Coveralls](https://img.shields.io/coveralls/wuct/elastic-apm-sourcemap-webpack-plugin.

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

ts-node tools/gh-pages-publish

report-coverage

cat ./coverage/lcov.info | coveralls

commit

git-cz

semantic-release

semantic-release

semantic-release-prepare

ts-node tools/semantic-release-prepare

precommit

lint-staged

travis-deploy-once

travis-deploy-once

Source Code

Metadata

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

Downloads

Maintainers