Skip to content

Commit

Permalink
fix: babel default config
Browse files Browse the repository at this point in the history
  • Loading branch information
hubcarl committed Apr 1, 2023
1 parent ab0d5e8 commit b7b96b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/babel.web.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = {
],
"plugins": [
["@babel/plugin-proposal-decorators", { "legacy": true }],
["@babel/plugin-proposal-class-properties", { "loose": true }],
["@babel/plugin-proposal-class-properties", { "loose": false }],
"@babel/plugin-proposal-async-generator-functions",
"@babel/plugin-proposal-object-rest-spread",
"@babel/plugin-transform-object-assign",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "easywebpack-react",
"version": "5.0.0",
"version": "5.0.1",
"description": "React client render and server side render build solution for Webpack",
"keywords": [
"webpack",
Expand Down

0 comments on commit b7b96b4

Please sign in to comment.