Skip to content

Commit

Permalink
fix(estatico-webpack): add core-js as peer dep, update @babel deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Löffel committed Jan 20, 2021
1 parent a0bbd57 commit 7c2f6de
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 14 deletions.
4 changes: 0 additions & 4 deletions packages/estatico-webpack/.babelrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,4 @@ module.exports = {
debug: (env.L && env.L.length > 3),
}],
],
plugins: [
// Allow parsing of import()
'@babel/plugin-syntax-dynamic-import',
],
};
22 changes: 12 additions & 10 deletions packages/estatico-webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unic/estatico-webpack",
"version": "0.0.21",
"version": "0.0.22",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -11,12 +11,11 @@
"repository": "https://github.com/unic/estatico-nou/tree/master/packages/estatico-webpack",
"license": "Apache-2.0",
"dependencies": {
"@babel/core": "^7.1.2",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@babel/core": "^7.12.10",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.12.11",
"@unic/estatico-utils": "0.0.10",
"babel-loader": "^8.0.4",
"babel-loader": "^8.2.2",
"chalk": "^2.4.1",
"core-js": "^3.8.2",
"expose-loader": "^0.7.5",
Expand All @@ -31,14 +30,17 @@
"webpack-modernizr-loader": "^4.0.1",
"yargs": "^12.0.2"
},
"devDependencies": {
"ava": "^0.25.0",
"del": "^3.0.0"
},
"peerDependencies": {
"core-js": "^3.8.3"
},
"engines": {
"node": ">=8"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"ava": "^0.25.0",
"del": "^3.0.0"
}
}

0 comments on commit 7c2f6de

Please sign in to comment.