Matus Benko
Matus Benko
@JohnDeved Bumped patch version. I see you merged another PR directly to master. This one targets development. I was expecting the flow is `feature development -> master`. Should I change...
@JohnDeved is there anything else left to do?
We should figure out something. I have also my own fork with some updates and also recently I added a plugin that supports Material UI 5. Maybe we could form...
Please add me
Thanks @SimonHoiberg for invite @use-the-fork I had first look around your PR and I hit an issue when running `npm run test`, because `Test environment jest-environment-jsdom-fourteen cannot be found`. I...
I now have a bit higher load and pressure on the job's project. I hope once the project will finish, I will have again more time for the maintenance. I...
https://github.com/Silind-Software/direflow/blob/c71ab70e343249f261a255568fdb4179a5f96dfe/packages/direflow-scripts/src/config/config-overrides.ts#L22-L24 `originalEntry` is correctly set to the path to the "index.ts" which resides in the same folder as folder "direflow-components". E.g. `/home/user/project/src/index.tsx`. Although the next line doesn't make any sense....
I found how to bypass the error. In direflow-webpack.js treat config before passing it to direflow-scripts. ```js function wrapEntryToArray(config) { if (typeof config.entry === "string") { config.entry = [config.entry]; }...
There is two-way communication between host and web component via web component's properties and events. If this doesn't answer your question, please elaborate more what you want to achieve.
I don't have any knowledge about that, so I am not able to help you.