1.1.2 • Published 1 year ago

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

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year 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

1 year ago

1.1.2-alpha.0

1 year ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago

1.0.0-alpha.0

3 years ago

0.0.6-alpha.1.0

4 years ago

0.0.5

4 years ago

0.0.3

5 years ago

0.0.3-alpha.0

5 years ago

0.0.2

5 years ago

0.0.0

5 years ago

0.0.1

5 years ago