Skip to content

Instantly share code, notes, and snippets.

View levipadre's full-sized avatar

Levente Kosa levipadre

View GitHub Profile
/**
* Generate HTML files from Nunjucks
*/
const mix = require('laravel-mix'),
path = require('path'),
fs = require('fs'),
paths = require('./paths'),
HTMLWebpackPlugin = require('html-webpack-plugin');