Skip to content

Commit e2f99fc

Browse files
committed
chore: test translations
1 parent 90a086e commit e2f99fc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/webpack.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,9 @@ function getConfig(isReactExternalized) {
138138
stats,
139139
};
140140

141-
config.plugins.push(Translations);
142-
143141
if (isDev) {
144142
config.devtool = 'source-map';
143+
config.plugins.push(Translations);
145144
config.plugins.push(
146145
new CircularDependencyPlugin({
147146
exclude: /node_modules/,

0 commit comments

Comments
 (0)