Gordey
Gordey
Any news here? I created an issue https://github.com/google/clasp/issues/286 about `deploy`, seems to be a duplicate
My apologies @danilhendrasr 🙏, made a pull request, did not notice that the task was already taken. Btw, the request has not been accepted yet, I think there may be...
I guess it should be fine with separate configs for prod and dev
@josh08h Please check the related issues: https://github.com/mrsum/webpack-svgstore-plugin/issues/134 https://github.com/mrsum/webpack-svgstore-plugin/issues/152
I'm afraid this will not work now. But feel free to send a pull request.
@MADPT Feel free to send a pull request :)
I guess you can do something like this: ```js require('webpack-svgstore-plugin/src/helpers/svgxhr')({ filename: '/theme_path/assets/' + __svg__.filename }); ``` Honestly, we should make it more convenient.
@kazagkazag Thanks for response :) @rustam87 I dont think so :( But feel free to send a PR with fix =)
Also you could edit `svg` filename like this (to get correct path): ```js require('webpack-svgstore-plugin/src/helpers/svgxhr')({ filename: '/assets/' + __svg__.filename }); ``` Just change `/assets/` with what you need/
@lllel Там должно быть `name`, а не `filename`. И если спрайт пустой, то ты неправильно прописал путь/маску до своих `svg`.