Skip to content

Commit

Permalink
Fix Firefox & Edge18 transpiling issues
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
  • Loading branch information
skjnldsv committed Apr 18, 2020
1 parent 0ae8042 commit 7917ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ module.exports = {
{
test: /\.js$/,
loader: 'babel-loader',
exclude: /node_modules(?!(\/|\\)(hot-patcher|webdav)(\/|\\))/,
exclude: /node_modules(?!(\/|\\)(hot-patcher|webdav|camelcase)(\/|\\))/,
},
{
test: /\.svg$/,
Expand Down

0 comments on commit 7917ea7

Please sign in to comment.