Alex Cazacu
Alex Cazacu
Have you tried reversing the rule definition in the inline / external example webpack config? `chainWebpack: config => { const svgRule = config.module.rule("svg"); svgRule.uses.clear(); svgRule .oneOf("external") .resourceQuery(/external/) .use("file-loader") .loader("file-loader") .options({...
@jpetko Here's a better solution that seems to work without the above stated caveat. You update your vue.config.js file as recommended by the vue-svg-loader docs to support both inline and...
Was this ever merged?
> @acazacu were you able to find a workaround to get dns_gcloud working with pfsense? Yes, after spending one year looking at this stale PR, I found Cloudflare!
+1 I support the idea of having a file ignore list. I have the same issue that I have to work around, I'm using my own less/scss compiler and I...
Hi @boesing, we are working on limiting the release cycle to only trigger with dependency updates, and not devDependencies. That might reduce the influx of releases, somewhat.
@cadaroya I have added a PR that removes allows for disabling generating or updating a CHANGELOG.md file, but even so, the action still commits several files by default if used...
Disabling CHANGELOG.md generation was merged as a mitigation to this issues described here. Further on, I am moving to enable configuring all plugins directly by passing a configuration file to...