Skip to content

Commit

Permalink
Polyfill env
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
  • Loading branch information
skjnldsv committed Jun 11, 2019
1 parent b584730 commit 853c3de
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
11 changes: 8 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"dependencies": {
"axios": "^0.19.0",
"cdav-library": "github:nextcloud/cdav-library",
"core-js": "^3.1.3",
"debounce": "^1.2.0",
"downloadjs": "^1.4.7",
"ical.js": "^1.3.0",
Expand Down
4 changes: 4 additions & 0 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/

import 'core-js/stable'
import 'regenerator-runtime/runtime'

import Vue from 'vue'
import App from './App'
import router from './router'
Expand Down

0 comments on commit 853c3de

Please sign in to comment.