Skip to content

Commit f88d934

Browse files
committed
fix: Stop polyfilling Object.assign
1 parent 8a69b92 commit f88d934

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@
8787
"@babel/core": "7.2.2",
8888
"babel-core": "7.0.0-bridge.0",
8989
"babel-preset-cozy-app": "1.3.2",
90-
"core-js": "2.6.4",
9190
"cozy-client-js": "0.14.2",
9291
"cozy-device-helper": "1.6.5",
9392
"cozy-realtime": "2.0.3",

src/components/Bar.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/* global __PIWIK_TRACKER_URL__ __PIWIK_SITEID__ __PIWIK_DIMENSION_ID_APP__ */
22

3-
import 'core-js/modules/es6.object.assign'
43
import React, { Component } from 'react'
54
import { connect } from 'react-redux'
65

yarn.lock

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3771,11 +3771,6 @@ copy-descriptor@^0.1.0:
37713771
resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
37723772
integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
37733773

3774-
core-js@2.6.4:
3775-
version "2.6.4"
3776-
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.4.tgz#b8897c062c4d769dd30a0ac5c73976c47f92ea0d"
3777-
integrity sha512-05qQ5hXShcqGkPZpXEFLIpxayZscVD2kuMBZewxiIPPEagukO4mqgPA9CWhUvFBJfy3ODdK2p9xyHh7FTU9/7A==
3778-
37793774
core-js@^1.0.0:
37803775
version "1.2.7"
37813776
resolved "https://registry.yarnpkg.com/core-js/-/core-js-1.2.7.tgz#652294c14651db28fa93bd2d5ff2983a4f08c636"

0 commit comments

Comments
 (0)