From 5cab9fa5e47b0459aaa90321824b17f5141c3106 Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Wed, 4 Oct 2017 21:13:33 +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 ccc7799..ec7b64d 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'),