cascornelissen / svg-spritemap-webpack-plugin

SVG spritemap plugin for webpack
MIT License
207 stars 50 forks source link

Specify the output folder instead of webpack.output.path #137

Closed alessandro308 closed 3 years ago

alessandro308 commented 3 years ago

Description I would like to specify an output folder different from the webpack.output.path.

cascornelissen commented 3 years ago

For some context, why exactly would you want to do that?

Webpack doesn't really give plugin maintainers the tools to support that so I'm a bit hesitant on adding this unless there's a solid reason for it. A better way might be to use something like event-hooks-webpack-plugin and execute some logic when the afterEmit or assetEmitted hook is called.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.