Skip to content

Commit

Permalink
fix the output path for static files
Browse files Browse the repository at this point in the history
  • Loading branch information
harshpatel-crest committed Feb 26, 2021
1 parent 79d4305 commit d234bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion splunk_add_on_ucc_framework/ucc_ui_lib/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const entries = fs
module.exports = webpackMerge(baseConfig, {
entry: entries,
output: {
path: path.join(__dirname, 'stage/appserver/static/pages/'),
path: path.join(__dirname, 'stage/appserver/static/js/build'),
filename: '[name].js',
},
plugins: [
Expand Down

0 comments on commit d234bfb

Please sign in to comment.