Alex Cazacu

Results 5 comments of 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...