Bhavik Upadhyaya
Bhavik Upadhyaya
Hi @lduraj90 , One thing you can try is to tell the webpack dev server to write the file to disk instead of the default of keeping it in memory....
Hi @nitroplonker, If you are importing the CSS into your React Component like https://direflow.io/styling . After build, your styles are added to the main JS file and at runtime of...
Hi @kelvinwongg, One way to develop multiple web components in the same repository would be to setup a demo application which has routes to each of the Direflow components you...
Hi @tstankevicius , In your config-overrides.js you can try using: ``` module.exports = { devServer: (configFunction) => { return (proxy, allowedHost) => { const config = configFunction(proxy, allowedHost); config.proxy =...