Skip to content

Commit

Permalink
update webpack
Browse files Browse the repository at this point in the history
Signed-off-by: ravi_kumar_pilla <[email protected]>
  • Loading branch information
ravi-kumar-pilla committed Jan 29, 2025
1 parent 563182f commit e8f7249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.lib.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ module.exports = [
KedroViz: './src/utils/viz-entry.js', // Entry point for KedroViz
},
output: {
path: path.resolve(__dirname, 'dist'),
path: path.resolve(__dirname, 'lib/umd'),
filename: '[name].bundle.min.js',
library: 'KedroVizBundle', // Name of the UMD library
libraryTarget: 'umd', // UMD allows compatibility across environments
Expand Down

0 comments on commit e8f7249

Please sign in to comment.