Skip to content

Commit

Permalink
fix(webpack): produces incorrect ext namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
SychO9 committed Jan 10, 2025
1 parent 958dec5 commit a7d584f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js-packages/webpack-config/src/extensionId.cjs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = (name) => (name === 'flarum/core' ? 'core' : name.replace('/flarum-ext-', '-').replace('/flarum-', '').replace('/', '-'));
module.exports = (name) => (name === 'flarum/core' ? 'core' : name.replace('/flarum-ext-', '-').replace('/flarum-', '-').replace('/', '-'));

0 comments on commit a7d584f

Please sign in to comment.