Commit 24089e5f authored by rembrandx's avatar rembrandx
Browse files

Issue #3254519: Storybook broken on version 2x of the theme

parent ba98c304
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
{
  "name": "%machine_name%",
  "version": "2.2.13",
  "version": "2.2.14",
  "main": "Gulpfile.js",
  "description": "%description%",
  "author": "%author%",
  "license": "ISC",
  "devDependencies": {
    "@babel/core": "^7.10.5",
    "@babel/eslint-parser": "^7.16.5",
    "@storybook/addon-viewport": "^6.2.9",
    "browser-sync": "^2.26.3",
    "critical": "~2.0.1",
+16 −1
Original line number Diff line number Diff line
@@ -158,7 +158,22 @@ module.exports = async ({ config }) => {
        'Blazy',
        'dBlazy'
      ],
      quiet: true,
      emitError: false,
      emitWarning: false,
      failOnWarning: false,
      failOnError: false,
      "sourceType": "module",
      "requireConfigFile": false,
      "allowImportExportEverywhere": false,
      "ecmaFeatures": {
        "globalReturn": false,
      },
      "babelOptions": {
        "configFile": ".babelrc"
      },
      "plugins": ["jsx"]
    }
  });

  // MDX