@splunk/dashboard-extension-webpack-plugin

3.0.1 • Public • Published

@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()]
}

Readme

Keywords

none

Package Sidebar

Install

npm i @splunk/dashboard-extension-webpack-plugin

Weekly Downloads

0

Version

3.0.1

License

Apache-2.0

Unpacked Size

16.7 kB

Total Files

5

Last publish

Collaborators

  • splunker
  • splunk_sui_publish