Skip to content

Commit

Permalink
build(storybook): 💚 fix site from loading in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
navin-moorthy committed Aug 13, 2021
1 parent 3e50243 commit 69f2019
Show file tree
Hide file tree
Showing 3 changed files with 376 additions and 315 deletions.
5 changes: 4 additions & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ module.exports = function (api) {
];

const plugins = [
["@babel/plugin-proposal-class-properties"],
["@babel/plugin-proposal-class-properties", { loose: true }],
["@babel/plugin-proposal-logical-assignment-operators", { loose: true }],
["@babel/plugin-proposal-private-property-in-object", { loose: true }],
["@babel/plugin-proposal-private-methods", { loose: true }],
["lodash"],
isBuild
? [
Expand Down
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,17 +90,20 @@
"@babel/cli": "7.14.8",
"@babel/core": "^7.15.0",
"@babel/plugin-proposal-class-properties": "7.14.5",
"@babel/plugin-proposal-logical-assignment-operators": "^7.14.5",
"@babel/plugin-proposal-private-methods": "^7.14.5",
"@babel/plugin-proposal-private-property-in-object": "^7.14.5",
"@babel/preset-env": "7.15.0",
"@babel/preset-react": "7.14.5",
"@babel/preset-typescript": "7.15.0",
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@release-it/conventional-changelog": "^3.1.1",
"@storybook/addon-a11y": "6.4.0-alpha.29",
"@storybook/addon-actions": "6.4.0-alpha.29",
"@storybook/addon-essentials": "6.4.0-alpha.29",
"@storybook/addon-a11y": "6.4.0-alpha.16",
"@storybook/addon-actions": "6.4.0-alpha.16",
"@storybook/addon-essentials": "6.4.0-alpha.16",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/react": "6.4.0-alpha.29",
"@storybook/react": "6.4.0-alpha.16",
"@testing-library/dom": "^8.1.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
Expand Down
Loading

0 comments on commit 69f2019

Please sign in to comment.