We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e628f0 + 70138e5 commit 2b113e9Copy full SHA for 2b113e9
appserver/static/visualizations/boxplot/package.json
@@ -4,7 +4,7 @@
4
"description": "Chart Visualizations based on Plotly.js for Splunk",
5
"main": "visualization.js",
6
"scripts": {
7
- "build": "node ./node_modules/webpack/bin/webpack.js",
+ "build": "$SPLUNK_HOME/bin/splunk cmd node ./node_modules/webpack/bin/webpack.js",
8
"devbuild": "$SPLUNK_HOME/bin/splunk cmd node ./node_modules/webpack/bin/webpack.js --progress",
9
"watch": "$SPLUNK_HOME/bin/splunk cmd node ./node_modules/webpack/bin/webpack.js -d --watch --progress"
10
},
0 commit comments