Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
Update Aggregated Translation Output path. (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
emilyrohrbough authored and bjankord committed Jul 14, 2017
1 parent cc5ceff commit f159906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit f159906

Please sign in to comment.