Skip to content

Commit

Permalink
Merge 9edef62 into 1da4c6e
Browse files Browse the repository at this point in the history
  • Loading branch information
Proladge committed May 9, 2020
2 parents 1da4c6e + 9edef62 commit b0421fe
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 b0421fe

Please sign in to comment.