Skip to content

Commit 06486c9

Browse files
author
Chris Delaney
committed
add back babel/polyfill since it looks like it's needed
1 parent 480382c commit 06486c9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

config/babel.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ module.exports = api => {
77
[
88
"@babel/preset-env",
99
{
10-
useBuiltIns: "usage",
11-
corejs: 3,
1210
loose: true,
1311
modules: false,
1412
targets: {

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "quiq-scripts",
3-
"version": "1.10.38",
3+
"version": "1.10.39",
44
"description": "Toolbox for creating front-end apps at quiq",
55
"main": "src/index.js",
66
"scripts": {
@@ -27,6 +27,7 @@
2727
"@babel/plugin-proposal-throw-expressions": "^7.2.0",
2828
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
2929
"@babel/plugin-syntax-import-meta": "^7.2.0",
30+
"@babel/polyfill": "https://nexus.quiq.sh/repository/npm-releases/babel-polyfill/-/babel-polyfill-7.0.0-beta.31.tgz",
3031
"@babel/preset-env": "^7.3.1",
3132
"@babel/preset-flow": "^7.0.0",
3233
"@babel/preset-react": "^7.0.0",

0 commit comments

Comments
 (0)