File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,6 @@ module.exports = api => {
7
7
[
8
8
"@babel/preset-env" ,
9
9
{
10
- useBuiltIns : "usage" ,
11
- corejs : 3 ,
12
10
loose : true ,
13
11
modules : false ,
14
12
targets : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " quiq-scripts" ,
3
- "version" : " 1.10.38 " ,
3
+ "version" : " 1.10.39 " ,
4
4
"description" : " Toolbox for creating front-end apps at quiq" ,
5
5
"main" : " src/index.js" ,
6
6
"scripts" : {
27
27
"@babel/plugin-proposal-throw-expressions" : " ^7.2.0" ,
28
28
"@babel/plugin-syntax-dynamic-import" : " ^7.2.0" ,
29
29
"@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" ,
30
31
"@babel/preset-env" : " ^7.3.1" ,
31
32
"@babel/preset-flow" : " ^7.0.0" ,
32
33
"@babel/preset-react" : " ^7.0.0" ,
You can’t perform that action at this time.
0 commit comments