Skip to content

Commit

Permalink
Merge pull request #448 from webpack-contrib/update-deps
Browse files Browse the repository at this point in the history
Update deps
  • Loading branch information
th0r committed May 22, 2021
2 parents 591303a + 0ca4f2d commit 299b06f
Show file tree
Hide file tree
Showing 6 changed files with 2,683 additions and 5,841 deletions.
3 changes: 2 additions & 1 deletion .babelrc
Expand Up @@ -7,6 +7,7 @@
}]
],
"plugins": [
["@babel/plugin-proposal-class-properties", {"loose": true}]
["@babel/plugin-proposal-class-properties", {"loose": true}],
["@babel/plugin-proposal-private-methods", {"loose": true}]
]
}
2 changes: 1 addition & 1 deletion .npm-upgrade.json
Expand Up @@ -13,4 +13,4 @@
"reason": "Current version of Webpack Dev Server doesn't work with v4"
}
}
}
}

0 comments on commit 299b06f

Please sign in to comment.