Commit c7005cd7 authored by rembrandx's avatar rembrandx
Browse files

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

parent e5ccc5db
Loading
Loading
Loading
Loading
+11525 −50129

File changed.

Preview size limit exceeded, changes collapsed.

+2 −1
Original line number Diff line number Diff line
{
  "name": "%machine_name%",
  "version": "3.6.2",
  "version": "3.6.3",
  "main": "Gulpfile.js",
  "description": "%description%",
  "author": "%author%",
@@ -96,6 +96,7 @@
    "@storybook/addon-docs": "^6.3.0-rc.11",
    "@storybook/addon-links": "6.3.0-rc.11",
    "@storybook/addon-viewport": "^6.3.0-rc.11",
    "@babel/eslint-parser": "^7.16.5",
    "@storybook/addons": "6.3.0-rc.11",
    "@storybook/react": "6.3.0-rc.11",
    "@storybook/storybook-deployer": "^2.8.10",
+16 −1
Original line number Diff line number Diff line
@@ -173,7 +173,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