Skip to content

Commit

Permalink
fix locale to be working on each environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Proladge committed May 9, 2020
1 parent 1da4c6e commit 9edef62
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = {
plugins: [
new CleanWebpackPlugin(),
new CopyPlugin([
{ from: './server/src/locales', to: 'locales' },
{ from: './locales', to: 'locales' },
]),
],
output: {
Expand Down

0 comments on commit 9edef62

Please sign in to comment.