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 8077982 commit a450733Copy full SHA for a450733
package.json
@@ -56,7 +56,6 @@
56
"devDependencies": {
57
"@babel/core": "^7.15.0",
58
"@babel/eslint-parser": "^7.15.0",
59
- "@babel/plugin-proposal-class-properties": "^7.14.5",
60
"@babel/preset-env": "^7.15.0",
61
"@playcanvas/eslint-config": "1.0.8",
62
"@playcanvas/jsdoc-template": "1.0.19",
rollup.config.js
@@ -93,13 +93,6 @@ const es5Options = {
93
}
94
95
]
96
- ],
97
- plugins: [
98
- [
99
- '@babel/plugin-proposal-class-properties', {
100
- loose: true
101
- }
102
- ]
103
104
};
105
@@ -120,13 +113,6 @@ const moduleOptions = {
120
113
121
114
122
115
123
124
125
126
127
128
129
130
116
131
117
132
118
0 commit comments