Skip to content

Commit

Permalink
Try fix xdan#228
Browse files Browse the repository at this point in the history
  • Loading branch information
Valera committed Jul 10, 2019
1 parent cec1a1a commit 85e1909
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ module.exports = (env, argv) => {
} : {},
exclude: [
/(node_modules|bower_components)/,
/langs\/[a-z]{2}\.ts/,
/langs\/[a-z]{2}_[a-z]{2}\.ts/,
/langs[\/\\][a-z]{2}\.ts/,
/langs[\/\\][a-z]{2}_[a-z]{2}\.ts/,
]
},
{
Expand Down

0 comments on commit 85e1909

Please sign in to comment.