Skip to content

Commit

Permalink
.babelrc updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Hayes committed Sep 28, 2020
1 parent 229df21 commit 18b8d04
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{
"presets": ["@shopify/babel-preset"],
"presets": [
["@shopify/babel-preset/web", {
"browsers": [
"last 3 versions"
],
"modules": false
}]
],
"plugins": [
"@babel/plugin-transform-async-to-generator",
"@babel/plugin-transform-runtime"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "packer-blank-theme",
"version": "1.0.3",
"version": "1.0.4",
"description": "Blank starting point with all the required files to upload to Shopify using Packer",
"main": "index.js",
"keywords": [
Expand Down

0 comments on commit 18b8d04

Please sign in to comment.