Skip to content

Commit

Permalink
Fix bundle path on production
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnversluis committed Dec 31, 2024
1 parent 94e2e04 commit b8ed788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module.exports = (env) => ({
data: {
...projectData,
example_chord_pro_sheet: exampleChordProSheet,
bundlePath: `${env.production ? 'dist/' : ''}bundle.js`,
bundlePath: 'bundle.js',
},
helpers: {
eq: (one, other) => one === other,
Expand Down

0 comments on commit b8ed788

Please sign in to comment.