Darth Vader
Darth Vader
I can't use `import` statement inside ejs template. `esModule` option of `ejs-loader` loader is set to `true`. And I am facing the "Cannot use import statement outside a module" error....
Hi! Thanks for a great tool! It would be nice to be able to disable the built-in `.container` class because I want to create my own fluid one. Currently, I...
I'm trying to run glyphhanger console command with child_process `exec` function and it hangs and the process never ends. But with `execSync` it works This works ```js execSync( `npx glyphhanger...
It would be useful to be able to define default attributes for svg. Currently I have to manually apply `aria-hidden="true"` to each svg component. svgr provides `svgProps` option for this...