[bug]: When creating a new plugin (javascript) Strapi tries to look for a dist directory when there shouldn't be one #33
Labels
issue: bug
Issue reporting a bug
severity: high
If it breaks the basic use of the product
status: confirmed
Confirmed by a Strapi Team member or multiple community members
What version of
@strapi/blocks-react-renderer
are you using?What's Wrong?
When creating a new javascript plugin (and installing plugin modules + configuring plugin in the project Strapi will try to load the plugin looking for
./dist/server
directory when one should not exist since it's javascript, not typescript.To Reproduce
./src/plugins.js
Expected Behaviour
Strapi should detect if it's a typescript or javascript project and load the plugin as needed if it's javascript
The text was updated successfully, but these errors were encountered: