Skip to content

Commit

Permalink
Remove app subfolder in webpack config
Browse files Browse the repository at this point in the history
  • Loading branch information
no-chris authored Jan 31, 2024
1 parent c283f54 commit a24727d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/chord-chart-studio/webpack.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ module.exports = merge(common, {
title: 'Chord Chart Studio',
template: 'assets/index.html',
favicon: 'assets/favicon.png',
publicPath: 'app', // subfolder of the documentation website
}),
],
});

0 comments on commit a24727d

Please sign in to comment.