diff options
author | Morris Jobke <hey@morrisjobke.de> | 2019-01-31 23:03:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-31 23:03:23 +0100 |
commit | 2124ff65b673698dcb305b835b3ba4bbd438c074 (patch) | |
tree | a60d762f4ed64c99130459b72983999165ad0a41 /core/src/main.js | |
parent | f2ab8dd59cc61fdeb8fa556b9b7ca98facab38e9 (diff) | |
parent | bdea197523f12a57c9b2e8e450e7c53c2eec5d9b (diff) | |
download | nextcloud-server-2124ff65b673698dcb305b835b3ba4bbd438c074.tar.gz nextcloud-server-2124ff65b673698dcb305b835b3ba4bbd438c074.zip |
Merge pull request #13958 from nextcloud/refactor/custom-polyfills-bundle
Move custom polyfills to the server bundle
Diffstat (limited to 'core/src/main.js')
-rw-r--r-- | core/src/main.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/main.js b/core/src/main.js index baded7067b4..4d963a1795c 100644 --- a/core/src/main.js +++ b/core/src/main.js @@ -20,6 +20,7 @@ */ import '@babel/polyfill' +import './Polyfill/index' import './globals' import $ from 'jquery' |