Browse Source

docs(storybook): Fix storybook build (#13869)

Remove reference to removed plugin in storybook .babelrc file
Lyn Nagara 5 years ago
parent
commit
669c99a265
1 changed files with 0 additions and 1 deletions
  1. 0 1
      .storybook/.babelrc

+ 0 - 1
.storybook/.babelrc

@@ -7,7 +7,6 @@
     "react-hot-loader/babel",
     "@babel/plugin-syntax-dynamic-import",
     "@babel/plugin-proposal-object-rest-spread",
-    "@babel/plugin-proposal-optional-chaining",
     "@babel/plugin-transform-runtime",
     ["@babel/plugin-proposal-decorators", {"legacy": true}],
     ["@babel/plugin-proposal-class-properties", {"loose": true}]