diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-05-02 10:40:29 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-05-02 22:07:53 +0900 |
commit | c059bf8be3b302173f2cab0d22a434aea4a6e0bd (patch) | |
tree | 681f954ad7ccfc99525ac2cb9af8eaf60e817442 /package.json | |
parent | 0452370df43cc4263f268e7064f824d7e6e489b3 (diff) |
Install @babel/plugin-proposal-class-properties
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 64b81a9..00fa97d 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,7 @@ "devDependencies": { "@babel/cli": "^7.4.4", "@babel/core": "^7.4.4", + "@babel/plugin-proposal-class-properties": "^7.4.4", "@babel/preset-react": "^7.0.0", "@babel/preset-typescript": "^7.3.3", "@types/prop-types": "^15.7.1", |