Skip to content

Commit

Permalink
Updated babel plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Hayes committed Sep 23, 2020
1 parent 6c84a79 commit 3503673
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"presets": ["@shopify/babel-preset"],
"plugins": ["transform-async-to-generator"]
"plugins": [
"@babel/plugin-transform-async-to-generator",
"@babel/plugin-transform-runtime"
]
}
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "packer-blank-theme",
"version": "1.0.1",
"version": "1.0.2",
"description": "Blank starting point with all the required files to upload to Shopify using Packer",
"main": "index.js",
"keywords": [
Expand All @@ -25,9 +25,10 @@
"license": "MIT",
"dependencies": {},
"devDependencies": {
"@babel/plugin-transform-async-to-generator": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.10.5",
"@namics/stylelint-bem": "^6.3.1",
"@shopify/babel-preset": "^23.1.0",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"prettier": "^2.0.5",
"stylelint-config-recommended-scss": "^4.2.0",
"stylelint-config-shopify": "^7.4.0",
Expand Down

0 comments on commit 3503673

Please sign in to comment.