diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-01-31 19:07:39 +0100 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-01-31 19:07:39 +0100 |
commit | bdea197523f12a57c9b2e8e450e7c53c2eec5d9b (patch) | |
tree | ef0cf73b2d8a84850e65c5f026ddc2121f4a4493 /core/src/main.js | |
parent | 61ee72a89d65de50609d4335e21f64f810e98d9a (diff) | |
download | nextcloud-server-bdea197523f12a57c9b2e8e450e7c53c2eec5d9b.tar.gz nextcloud-server-bdea197523f12a57c9b2e8e450e7c53c2eec5d9b.zip |
Move custom polyfills to the server bundle
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
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' |