diff --git a/.babelrc b/.babelrc index 65ce092..ef79dc0 100644 --- a/.babelrc +++ b/.babelrc @@ -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" diff --git a/package.json b/package.json index d0941b6..804ef30 100644 --- a/package.json +++ b/package.json @@ -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": [