Bruno Sampaio

Results 32 comments of Bruno Sampaio
trafficstars

Currently there is no such option. Maybe one option would be using SVGO to remove the views but for now you would need to do this yourself.

I will look into it since I'm not sure if this is possible.

Not soon, sorry. I have several other things to focus on at work. If you have an idea on how to implement this let me know what you have in...

@stowball I tried to add support for `` as you mention in #29 but it seems to only work for FF with ``. Did you mange to make it work...

Hi @raedatoui, unfortunately I came across this same problem and couldn't find a solution. I believe the way I implemented the loader is wrong and that's why this happens but...

I never used this with _webpack-dev-server_ but it seems the permissions for the todo.js file must not be correct. Are you sure you have permissions to read the file and...

Sorry for the delay, I didn't have much time lately to focus on this. Can you tell me what is the value of `output.path` in your `webpack.config.js`?

I looked into this problem in the past few days but I cannot find out how to properly fix it. I believe the problem exists because this loader tries to...

I am also interested in something like this. Some name suggestions: `no-unused-module-import`, `no-duplicate-module-import`.

In the meantime I found this solution: https://github.com/styleguidist/react-styleguidist/issues/1993.