antwarjs / antwar

A static site generator built with React and Webpack.
https://antwar.js.org/
MIT License
460 stars 35 forks source link

Push redirects to a webpack plugin #131

Closed bebraw closed 6 years ago

bebraw commented 7 years ago

It makes more sense to handle redirects through a mapping through a webpack plugin. Antwar doesn't have to do that.

bebraw commented 6 years ago

Done in d249e750.