Irina Sokolovskaia

Results 8 comments of Irina Sokolovskaia

Hi @s-moon, Yes, it’s possible to use the plugin with Markdown files, or any other content solution. While markdown serves as database and responsible for your content, ejs, jade, or...

Same here. Have you found any solution?

In my case modifying the `publicPath` for `url` in rollup.config.js fixed the issue. Be sure to include leading slash first: ``` const { BASE_PATH } = process.env; ... url({ sourceDir:...

@shu8 thank you for a solution! I also had the following issue: > Edit: after doing this, I got the following error for the manifest.json: > > No matching service...

πŸ¦„πŸ¦„πŸ¦„πŸ¦„πŸ¦„

Hi @rajdee, thanks for the answer. I'd like to grab all the classes from every HTML file, and put them all into single CSS file. If that's possible, how can...

@rajdee, if it's possible to insert only unique classes it would be nice πŸ‘ Thanks in advance πŸ˜ƒ