Browse Source

fix storybook

Paul M Fox 5 years ago
parent
commit
4e1ec6da1a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      babel.config.js

+ 2 - 1
babel.config.js

@@ -1,3 +1,4 @@
 module.exports = {
-  extends: '@polkadot/dev-react/config/babel'
+  extends: '@polkadot/dev-react/config/babel',
+  sourceType: 'unambiguous',
 };