Skip to content

Commit

Permalink
Fixed klaro-org#515 and klaro-org#527 (klaro-no-translations.js build…
Browse files Browse the repository at this point in the history
… contains all the translations).
  • Loading branch information
werk21 committed Dec 12, 2024
1 parent 6ccb353 commit 54eba64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.base.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ let config = {
},
entry: {
'klaro': path.join(SRC_DIR, 'klaro.js'),
'klaro-no-translations': path.join(SRC_DIR, 'klaro.js'),
'klaro-no-translations': path.join(SRC_DIR, 'klaro-no-translations.js'),
cm: path.join(SRC_DIR, 'consent-manager.js'),
translations: path.join(SRC_DIR, 'translations.js'),
ide: path.join(SRC_DIR, 'ide.js')
Expand Down

0 comments on commit 54eba64

Please sign in to comment.