Skip to content

Commit

Permalink
chore(example): update "minimal" example
Browse files Browse the repository at this point in the history
  • Loading branch information
Kocal committed May 28, 2019
1 parent cd88c50 commit 6a8d615
Show file tree
Hide file tree
Showing 3 changed files with 400 additions and 461 deletions.
1 change: 1 addition & 0 deletions examples/minimal/.babelrc
Expand Up @@ -5,6 +5,7 @@
"presets": [
["@babel/preset-env", {
"useBuiltIns": "usage",
"corejs": 3,
"targets": {
// https://jamie.build/last-2-versions
"browsers": ["> 0.25%", "not ie 11", "not op_mini all"]
Expand Down
3 changes: 2 additions & 1 deletion examples/minimal/package.json
Expand Up @@ -18,11 +18,12 @@
"@babel/core": "^7.1.2",
"@babel/plugin-proposal-optional-chaining": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@babel/runtime-corejs3": "^7.4.0",
"@types/chrome": "^0.0.74",
"archiver": "^3.0.0",
"babel-loader": "^8.0.2",
"copy-webpack-plugin": "^4.5.3",
"core-js": "^2.6.5",
"core-js": "^3.0.1",
"cross-env": "^5.2.0",
"css-loader": "^0.28.11",
"ejs": "^2.6.1",
Expand Down

0 comments on commit 6a8d615

Please sign in to comment.