Lukas Müller
Lukas Müller
We're using TypeScript with JS file checking enabled in our project. What that means is that TypeScript will check JS files for JSDoc definitions and interpret them as types. `scrollbooster`'s...
### Describe the bug When running `storybook build`, the process fails with error messages that lead me to believe that the MDX compilation package is not working correctly: ``` ×...
Scenario: A developer installs 2 dependencies in his biotope project, both having an entrypoint file with the name `index.js`. He registers them both in `projectConfig.js`. During the `serve` process, biotope...
Using biotope-build version 0.6.2 or 7.0.0 or 7.1.0, I always get this error: ``` [12:13:50] Starting 'useref:assets'... [12:13:50] Starting 'image:resources:dist'... [12:13:50] Starting 'image:component:dist'... [12:13:50] Starting 'favicons'... [12:13:50] gulp-imagemin: Minified 0...
**Describe the bug** I can run `biotope create` without an input name. It throws an error later but it's not clear that that is because of the missing input name....
**Is your feature request related to a problem? Please describe.** As of now, a bioElement that uses the host mixin doesn't have `display: block` which leads to the element not...