From a41811356a1f60d78f4efbb15f810dc9cde749e3 Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Wed, 4 Oct 2017 21:09:38 +0200 Subject: [PATCH] Remove require. --- webpack.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index cf249a7..a8809ad 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -2,7 +2,6 @@ const path = require('path'); const HtmlWebpackPlugin = require('html-webpack-plugin'); const webpack = require('webpack'); -const helpers = require('./config/helpers'); module.exports = { context: path.resolve(__dirname, 'src'),