3.0.1 • Published 2 years ago
@splunk/dashboard-extension-webpack-plugin v3.0.1
@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()]
}
3.0.1
2 years ago
3.0.0
2 years ago
2.0.1
6 years ago
1.1.0-alpha.sha-51d7adbd
7 years ago
1.1.0-alpha.sha-37cf8114
7 years ago
1.1.0-alpha.sha-846e9716
7 years ago
1.1.0-alpha.sha-3172d6ef
7 years ago
1.1.0-alpha.sha-b5fd08bd
7 years ago
1.1.0-alpha.sha-d5300bb5
7 years ago
1.0.0
7 years ago