New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

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

Package Overview
Dependencies
Maintainers
4
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

upload sourcemaps webpack plugin for apm insight web

1.1.2
latest
npm
Version published
Weekly downloads
3
50%
Maintainers
4
Weekly downloads
 
Created
Source

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

FAQs

Package last updated on 14 Mar 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts