devowlio / wp-react-starter

🚀WordPress Plugin Boilerplate using modern web techs like TypeScript, SASS, and so on... on top of a local development environment with Docker and predefined GitLab CI for continous integration and deployment!
https://devowl.io/wp-react-starter/
Other
387 stars 51 forks source link

Empty plugin vendor dir #35

Open mihailShumilov opened 2 years ago

mihailShumilov commented 2 years ago

Step for reproduce for plugin development

  1. Run yarn build
  2. Go to build/PLUGIN_NAME/vendor/WORKSPACE_NAME/utils

You see that this folder is empty - and the production plugin version doesn't work...

mihailShumilov commented 2 years ago

any updates?

mihailShumilov commented 2 years ago

I have found "temporary" workaround for mac os x:

Before build replace vendor folder in src with vendor from plugin root folder it looks like issue in symlinks

LordSimal commented 1 year ago

FYI: See the latest commit on the README.md https://github.com/devowlio/wp-react-starter/commit/96f8fd6afcb68e9b921e66c9984b4451abb24937