June Lau
Results
2
comments of
June Lau
inspired by [this post](https://github.com/storybookjs/storybook/issues/4600#issuecomment-899055226), we managed to get it working in by loading stencil's compiler within storybook. ``` /* main.js */ module.exports = { ..., webpack: config => { return...
hi @lmiller1990 - working off your example, I can get stencil's dev server started, but it closes within the stencil dev server startup process... My devServer function in cypress.config.js is...