Kateryna Zviagina

Results 4 comments of Kateryna Zviagina

Any news on this? Is it possible?

In case someone needs to copy assets(fonts and images) referenced in css, you can add the following to microbundle-crl in postcss plugings section: ``` import postcssCopy from 'postcss-copy'; postcss({ plugins:...

@rajuashok for now the only way to do this is to fork the repository and add ability to bundle fonts referenced in js. Or alternatively you can reference fonts in...

@rajuashok unfortunately it's impossible to "configure" this somehow with `create-react-library` at the moment. So the only way to make it work with fonts is to fork [transitive-bullshit/microbundle](https://github.com/transitive-bullshit/microbundle), which is used...