1.1.2 • Published 2 months ago

@apm-insight-web/upload-sourcemaps-webpack-plugin v1.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
2 months ago

upload-sourcemaps

upload sourcemaps webpack plugin for apm insight web

Install

Install with npm:

    npm install @apm-insight-web/upload-sourcemaps-webpack-plugin

Install with yarn:

    yarn add @apm-insight-web/upload-sourcemaps-webpack-plugin

Usage

const UploadSourcemapsPlugin = require('@apm-insight-web/upload-sourcemaps-webpack-plugin')

const config = {
  plugins: [
    new UploadSourcemapsPlugin({
      app_id: 'xxxxxx',
      paths: ['./dir1', './dir2'],
    }),
  ],
}
1.1.2

2 months ago

1.1.2-alpha.0

2 months ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago

1.0.0-alpha.0

2 years ago

0.0.6-alpha.1.0

3 years ago

0.0.5

3 years ago

0.0.3

4 years ago

0.0.3-alpha.0

4 years ago

0.0.2

4 years ago

0.0.0

4 years ago

0.0.1

4 years ago