@apm-insight-web/upload-sourcemaps-webpack-plugin
TypeScript icon, indicating that this package has built-in type declarations

1.1.2 • Public • Published

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'],
    }),
  ],
}

Readme

Keywords

none

Package Sidebar

Install

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

Weekly Downloads

6

Version

1.1.2

License

MIT

Unpacked Size

4.18 kB

Total Files

5

Last publish

Collaborators

  • xkplty
  • shenchen
  • marrowleaves
  • jianling