diff options
| author | Andrej Mihajlov <and@codeispoetry.ru> | 2017-07-21 15:18:49 +0100 |
|---|---|---|
| committer | Andrej Mihajlov <and@codeispoetry.ru> | 2017-07-21 15:18:49 +0100 |
| commit | 5b24764c29db9760bd708e0f341af1ea4ebd5d1c (patch) | |
| tree | 501646a78038892d039a1b39771a24be5275848f /package.json | |
| parent | fc7fbd09cb4cc77f56f8ab15af4e1f2669f385a7 (diff) | |
| download | mullvadvpn-5b24764c29db9760bd708e0f341af1ea4ebd5d1c.tar.xz mullvadvpn-5b24764c29db9760bd708e0f341af1ea4ebd5d1c.zip | |
Remove unused transform-decorators-legacy
transform-decorators have been removed from babel stage-2.
transform-decorators-legacy brings them back but we don't use them
therefore I decided to exclude them from babel configuration.
See: https://babeljs.io/docs/plugins/preset-stage-2/
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package.json b/package.json index 832f3057d0..70f1e313b1 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,6 @@ "babel-core": "^6.25.0", "babel-eslint": "^7.1.1", "babel-plugin-inline-react-svg": "^0.4.0", - "babel-plugin-transform-decorators-legacy": "^1.3.4", "babel-plugin-transform-runtime": "^6.22.0", "babel-preset-es2015": "^6.1.18", "babel-preset-react": "^6.22.0", |
