Skip to content

Commit a450733

Browse files
authored
Remove Babel class properties plugin (playcanvas#3425)
1 parent 8077982 commit a450733

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@
5656
"devDependencies": {
5757
"@babel/core": "^7.15.0",
5858
"@babel/eslint-parser": "^7.15.0",
59-
"@babel/plugin-proposal-class-properties": "^7.14.5",
6059
"@babel/preset-env": "^7.15.0",
6160
"@playcanvas/eslint-config": "1.0.8",
6261
"@playcanvas/jsdoc-template": "1.0.19",

rollup.config.js

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,6 @@ const es5Options = {
9393
}
9494
}
9595
]
96-
],
97-
plugins: [
98-
[
99-
'@babel/plugin-proposal-class-properties', {
100-
loose: true
101-
}
102-
]
10396
]
10497
};
10598

@@ -120,13 +113,6 @@ const moduleOptions = {
120113
}
121114
}
122115
]
123-
],
124-
plugins: [
125-
[
126-
'@babel/plugin-proposal-class-properties', {
127-
loose: true
128-
}
129-
]
130116
]
131117
};
132118

0 commit comments

Comments
 (0)