Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IE-only: Storybook is not displayed correctly #1333

Closed
danyball opened this issue Sep 16, 2019 · 6 comments · Fixed by #1341
Closed

IE-only: Storybook is not displayed correctly #1333

danyball opened this issue Sep 16, 2019 · 6 comments · Fixed by #1341
Assignees
Labels

Comments

@danyball
Copy link
Contributor

If you opens https://patterns.axa.ch with IE only the Storybook Logo is visible. There are errors in console. syntax error in vendor.....bundle.js. It could be a problem with => in code.

Probably solved with a babel update?!

@danyball danyball added the Bug label Sep 16, 2019
@danyball danyball self-assigned this Sep 16, 2019
@danyball
Copy link
Contributor Author

Versuch 1: package-lock löschen und npm i -> error zur Laufzeit in config.js bei configure()

@danyball
Copy link
Contributor Author

Versuch 2: nur babel/coreupdaten

@danyball
Copy link
Contributor Author

Versuch 3: verschiedene excludes versucht, zb.
exclude: /node_modules\/(?!lit\-element|lit\-html|@axa\-ch|@octokit|@storybook|clone\-deep)/,

@danyball
Copy link
Contributor Author

Irgendwo hier steckt is-plain-object als ES6 drin:

node_modules/@octokit/endpoint
node_modules/@octokit/request
node_modules/@storybook/client-api
node_modules/base/node_modules/is-accessor-descriptor
node_modules/braces/node_modules/extend-shallow
node_modules/clone-deep
node_modules/clone-deep/node_modules/is-plain-object
node_modules/copy-descriptor
node_modules/deepmerge
node_modules/define-property/node_modules/is-accessor-descriptor
node_modules/expand-brackets/node_modules/extend-shallow
node_modules/extend-shallow
node_modules/extend-shallow/node_modules/is-extendable
node_modules/extend-shallow/node_modules/is-plain-object
node_modules/extglob/node_modules/extend-shallow
node_modules/extglob/node_modules/is-accessor-descriptor
node_modules/fill-range/node_modules/extend-shallow
node_modules/has-values
node_modules/is-extendable
node_modules/is-plain-object
node_modules/is-plain-object/node_modules/isobject
node_modules/isobject
node_modules/mixin-deep/node_modules/is-extendable
node_modules/mixin-deep/node_modules/is-plain-object
node_modules/mixin-object
node_modules/react-element-to-jsx-string
node_modules/rollup-plugin-copy
node_modules/set-value
node_modules/set-value/node_modules/extend-shallow
node_modules/set-value/node_modules/is-plain-object
node_modules/shallow-clone
node_modules/snapdragon-node/node_modules/is-accessor-descriptor
node_modules/snapdragon/node_modules/extend-shallow
node_modules/unset-value/node_modules/has-value/node_modules/isobject
node_modules/unset-value/node_modules/has-values

@danyball
Copy link
Contributor Author

TODo:
Habe festgestellt dass storybook in meinem testimonials branch noch läuft. Diff:

"markdown-loader": "^5.1.0",
"storybook-readme": "^5.0.8",

@danyball
Copy link
Contributor Author

danyball commented Sep 17, 2019

Known Bug at storybook-readme: tuchk4/storybook-readme#209

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant