From f159906bcce1d9d67047d585e501aa881e8640a9 Mon Sep 17 00:00:00 2001 From: Emily Rohrbough Date: Fri, 14 Jul 2017 11:48:36 -0500 Subject: [PATCH] Update Aggregated Translation Output path. (#5) --- src/webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webpack.config.js b/src/webpack.config.js index e88635b9a..30eae9f19 100644 --- a/src/webpack.config.js +++ b/src/webpack.config.js @@ -88,7 +88,7 @@ module.exports = { chunks: ['babel-polyfill', 'terra'], }), new I18nAggregatorPlugin({ - baseDirectory: baseDir, + baseDirectory: path.join(baseDir, 'packages', sitePackage), supportedLocales: i18nSupportedLocales, }), new webpack.NamedChunksPlugin(),