Alex Oliveira
Alex Oliveira
Is it already merged?
I end up doing this last year. pages.js ```javascript /** * Generate HTML Plugins */ const path = require('path'); const fs = require('fs'); const HtmlWebpackPlugin = require('html-webpack-plugin'); const pages =...
Hi there I've been experiencing the exact same issue but it works if I roll back to v1.6.0
Hi @webmarkelov do you have an example of how I could read my templates automatic and generate them without specifying them manually in webpack.config? thanks