File tree Expand file tree Collapse file tree 4 files changed +806
-671
lines changed Expand file tree Collapse file tree 4 files changed +806
-671
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ module . exports = {
2+ plugins : [ 'lodash' ] ,
3+ presets : [
4+ [
5+ '@babel/preset-env' ,
6+ {
7+ bugfixes : true ,
8+ corejs : { proposals : true , version : 3 } ,
9+ loose : true ,
10+ targets : { esmodules : true } ,
11+ useBuiltIns : 'entry'
12+ }
13+ ]
14+ ]
15+ } ;
Original file line number Diff line number Diff line change 3636 "standard-error" : " 1.1.0"
3737 },
3838 "devDependencies" : {
39- "@babel/cli" : " 7.8.4 " ,
40- "@babel/core" : " 7.9.6 " ,
41- "@babel/preset-env" : " 7.9.6 " ,
42- "@babel/register" : " 7.9.0 " ,
39+ "@babel/cli" : " 7.10.1 " ,
40+ "@babel/core" : " 7.10.2 " ,
41+ "@babel/preset-env" : " 7.10.2 " ,
42+ "@babel/register" : " 7.10.1 " ,
4343 "@uphold/github-changelog-generator" : " 1.0.2" ,
4444 "babel-eslint" : " 10.1.0" ,
4545 "babel-loader" : " 8.1.0" ,
5858 "lodash-webpack-plugin" : " 0.11.5" ,
5959 "nock" : " 12.0.3" ,
6060 "pre-commit" : " 1.2.2" ,
61- "terser-webpack-plugin" : " 3.0.1 " ,
61+ "terser-webpack-plugin" : " 3.0.2 " ,
6262 "webpack" : " 4.43.0" ,
6363 "webpack-cli" : " 3.3.11"
6464 },
You can’t perform that action at this time.
0 commit comments