freemail
freemail copied to clipboard
Webpack compatibility
Hey, this project looks great and I'd like to use it on the front-end but I'm having problems compiling it with Webpack. The main problem is that freemail is using fs to read the txt files, which isn't available to the browser. One possible solution would be to use json files and require them in directly.
Here's a Webpack compatible version.