We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab0d5e8 commit b7b96b4Copy full SHA for b7b96b4
config/babel.web.js
@@ -11,7 +11,7 @@ module.exports = {
11
],
12
"plugins": [
13
["@babel/plugin-proposal-decorators", { "legacy": true }],
14
- ["@babel/plugin-proposal-class-properties", { "loose": true }],
+ ["@babel/plugin-proposal-class-properties", { "loose": false }],
15
"@babel/plugin-proposal-async-generator-functions",
16
"@babel/plugin-proposal-object-rest-spread",
17
"@babel/plugin-transform-object-assign",
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "easywebpack-react",
3
- "version": "5.0.0",
+ "version": "5.0.1",
4
"description": "React client render and server side render build solution for Webpack",
5
"keywords": [
6
"webpack",
0 commit comments