Replies: 1 comment
-
Hey, thank you for the discussion. I think the main problem here would be that we are not using npm or yarn to "link" the libraries to the example app. It's all done by modifying the For a quick workaround, you can:
"scripts": {
"build-bundle": "node ../lib/commonjs/bin/build_bundle.js"
},
I know this is a trivial solution but should work for the moment being. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This library is great and helps me a lot. 👍 You all are the best in the universe.
I need to create a bin command in the library, but I added it in the project, and I didn't find this command in example/node_modules/bin.
I created the command file in the outermost src/bin, defined bin in package.json, then made the command point to the compiled file:
Then run
yarn
, but did not see this command in example/node_modules/bin. I hope this library can support this feature.Beta Was this translation helpful? Give feedback.
All reactions