Sri

Results 8 comments of Sri

@visualfanatic Does the webpack config in the readMe file work for vue-svg-loader@beta ? Because svg doesn't load when I upgraded to beta in my vue-3 app I had set it...

@visualfanatic Thanks for getting back. Webpack config I used was : module: { rules: [ { test: /\.svg$/, use: [ 'vue-loader', 'vue-svg-loader' ], } ] } It's exactly the same...

@visualfanatic Here, it is ```js const path = require('path') const webpack = require('webpack') const { VueLoaderPlugin } = require('vue-loader') const MiniCssExtractPlugin = require('mini-css-extract-plugin') module.exports = (env = {}) => ({...

@visualfanatic , here is the dependencies overview from package.json `{ "private": true, "scripts": { "dev": "webpack-dev-server", "build": "webpack --env.prod" }, "dependencies": { "vue": "^3.0.0-rc.9" }, "devDependencies": { "@vue/compiler-sfc": "^3.0.0-rc.9", "babel-loader":...

@visualfanatic Infact when I try to run build script, I get the below error `Module build failed (from ./node_modules/vue-svg-loader/index.js): Error: Cannot find module 'svgo' Require stack: - ****/vue-next-webpack-preview/node_modules/vue-svg-loader/index.js` then I...

@visualfanatic Sure, thank you, I will wait for your update

@visualfanatic I have an update. I guess it would have been some mistake in my project settings. I am using a lerna mono-repo and apparently one of the packages didn't...

@visualfanatic Sorry, I had missed to reply. Could you mention which issue have you fixed in your new release ? I have report two minor ones. - 'svgo' dependency missing...