diff options
| author | Emīls Piņķis <emils@mullvad.net> | 2018-04-18 14:57:54 +0100 |
|---|---|---|
| committer | Emīls Piņķis <emils@mullvad.net> | 2018-04-19 12:42:49 +0100 |
| commit | 6401d48895dbcb622ff367c5abd3fae350b0c7ec (patch) | |
| tree | fff74bb72bcffa242bdfece02218a02f7e33c611 /package.json | |
| parent | 3c408fabd5caee565882a50fdd47ebdc497da061 (diff) | |
| download | mullvadvpn-6401d48895dbcb622ff367c5abd3fae350b0c7ec.tar.xz mullvadvpn-6401d48895dbcb622ff367c5abd3fae350b0c7ec.zip | |
Add transform-builtin-extend babel plugin to allow extending Error class
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 12f9f41472..b7d77d582b 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ "repository": "https://github.com/mullvad/mullvadvpn-app", "license": "GPL-3.0", "dependencies": { + "babel-plugin-transform-builtin-extend": "^1.1.2", "babel-runtime": "^6.22.0", "d3-geo-projection": "^2.3.2", "electron-log": "^2.2.8", |
