We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ccb353 commit 54eba64Copy full SHA for 54eba64
webpack.base.js
@@ -43,7 +43,7 @@ let config = {
43
},
44
entry: {
45
'klaro': path.join(SRC_DIR, 'klaro.js'),
46
- 'klaro-no-translations': path.join(SRC_DIR, 'klaro.js'),
+ 'klaro-no-translations': path.join(SRC_DIR, 'klaro-no-translations.js'),
47
cm: path.join(SRC_DIR, 'consent-manager.js'),
48
translations: path.join(SRC_DIR, 'translations.js'),
49
ide: path.join(SRC_DIR, 'ide.js')
0 commit comments