Skip to content

Commit ddc54ff

Browse files
authored
Merge pull request #45 from GuiLeme/add-locales-to-build
fix: Add locales to build
2 parents 37b67ee + 5565293 commit ddc54ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webpack.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ module.exports = {
6363
new CopyWebpackPlugin({
6464
patterns: [
6565
{ from: 'manifest.json', to: './' }, // Copy manifest.json to static/ in the output folder
66+
{ from: 'public/locales/', to: './locales/' }, // Copy all locales to the output folder
6667
],
6768
}),
6869
],

0 commit comments

Comments
 (0)