Skip to content

Commit 822ccac

Browse files
committed
transform class properties in built version
1 parent d2bc355 commit 822ccac

File tree

2 files changed

+4
-236
lines changed

2 files changed

+4
-236
lines changed

package-lock.json

-236
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,13 @@
4141
"pako-es": "^1.0.9"
4242
},
4343
"devDependencies": {
44+
"@babel/plugin-proposal-class-properties": "^7.14.5",
4445
"parcel": "^2.0.0-beta.2"
4546
},
4647
"publishConfig": {
4748
"access": "public"
49+
},
50+
"babel": {
51+
"plugins": ["@babel/plugin-proposal-class-properties"]
4852
}
4953
}

0 commit comments

Comments
 (0)