Socket
Book a DemoInstallSign in
Socket

@splunk/dashboard-extension-webpack-plugin

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@splunk/dashboard-extension-webpack-plugin

Webpack plugin for building Splunk Enterprise dashboard extensions

latest
npmnpm
Version
3.0.1
Version published
Weekly downloads
7
-78.12%
Maintainers
2
Weekly downloads
 
Created
Source

@splunk/dashboard-extension-webpack-plugin

A Webpack plugin for building Splunk dashboard extensions.

It replaces the initial define with a require so that the extension module is executed.

Consider using the dashboard configuration file provided by @splunk/webpack-configs instead of using this plugin directly.

Install

Install the package:

npm install --save-dev @splunk/dashboard-extension-webpack-plugin

Usage

Import and add the plugin to your webpack configuration:

import DashboardPlugin from '@splunk/dashboard-extension-webpack-plugin';

{
    plugins: [new DashboardPlugin()]
}

FAQs

Package last updated on 12 Oct 2023

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