Richard
Richard
any news? i'm running into this issue too
@gregorvoinov @CTaylor1118 i ended up not using the fork but instead just chaining the handlebars loader. Also inlineRequires is NOT enabled **webpack.config.js** ``` { test: /\.hbs$/, use: [ { loader:...
@gregorvoinov have you tried interpolation? i used this to pass assets to partials like this {{> ./partials/contact asset='${require('./assets/1.jpg')}' }}
also found that this was intentionally implemented, see [https://github.com/TYPO3-Solr/ext-solr/issues/1742](https://github.com/TYPO3-Solr/ext-solr/issues/1742) i think this fix broke the functionality more than it helped.
@markuskobligk if you want to fix this, just XCLASS the class mentioned in my issue description and remove the quoting. That's how i solved this problem for now
@timohund whats the plan of combining both? i'd be willing to send you a pull request to resolve this issue but i can't think of an implementation which does automatic...
It still doesn't work in Storybook 7 Beta 31. @shilman I found one workaround for this issue by referencing Stories within an MDX file instead of embedding them directly. **Working...
@stencil/postcss seems to only transpile files that have the file extensions .css, .pcss, or .postcss as stated in the [documentation](https://github.com/ionic-team/stencil-postcss#valid-file-extensions). So based on that, i guess you should only use...