Feature: support NodePath dynamic imports #30
Labels
bug report 🦗
Issue is probably a bug, but it needs to be checked
bundler: webpack 📦
Issue is related to webpack bundler
enhancement
New feature or request
needs: more info ℹ
Not enough information was provided to work on issue
needs: triage 🏷
Issue needs to be checked and prioritized
Environment
Description
Error: /temp/storybook-stories.js: Dynamic import argument must be a string or a template literal
Full error
When using storybook it creates a virtual file that includes a dynamic import. This breaks the build.
Problem is here
Context on nodepath
Reproducible Demo
https://github.com/ntucker/wyw-in-js-storybook
git clone https://github.com/ntucker/wyw-in-js-storybook cd wyw-in-js-storybook yarn storybook
The text was updated successfully, but these errors were encountered: