diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-01-10 16:56:18 +0100 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-01-14 12:08:46 +0100 |
commit | 07760b83fcf8778abaabedef290ccb166793fc26 (patch) | |
tree | 115f91ac6f044286d075a08709bc3fb65363c804 /core/src/main.js | |
parent | 2e03cb01f019235bb47746567cd4a0892de21b7f (diff) | |
download | nextcloud-server-07760b83fcf8778abaabedef290ccb166793fc26.tar.gz nextcloud-server-07760b83fcf8778abaabedef290ccb166793fc26.zip |
Use @babel/polyfill instead of es6-shim
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'core/src/main.js')
-rw-r--r-- | core/src/main.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/src/main.js b/core/src/main.js index cb678c1e676..af824d9ac61 100644 --- a/core/src/main.js +++ b/core/src/main.js @@ -19,7 +19,6 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -// TODO: use babel polyfill instead -import 'es6-shim' +import '@babel/polyfill' import './globals' |