Skip to content

Commit 54eba64

Browse files
committed
Fixed kiprotect#515 and kiprotect#527 (klaro-no-translations.js build contains all the translations).
1 parent 6ccb353 commit 54eba64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.base.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ let config = {
4343
},
4444
entry: {
4545
'klaro': path.join(SRC_DIR, 'klaro.js'),
46-
'klaro-no-translations': path.join(SRC_DIR, 'klaro.js'),
46+
'klaro-no-translations': path.join(SRC_DIR, 'klaro-no-translations.js'),
4747
cm: path.join(SRC_DIR, 'consent-manager.js'),
4848
translations: path.join(SRC_DIR, 'translations.js'),
4949
ide: path.join(SRC_DIR, 'ide.js')

0 commit comments

Comments
 (0)