This commit is contained in:
Alexis Lahouze 2017-11-07 22:45:59 +01:00
parent b50d841862
commit 658a55b810

View File

@ -1,3 +1,5 @@
// vim: set tw=80 ts=2 sw=2 sts=2:
var webpack = require('webpack');
var HtmlWebpackPlugin = require('html-webpack-plugin');
var ExtractTextPlugin = require('extract-text-webpack-plugin');