Remove require.

This commit is contained in:
Alexis Lahouze 2017-10-04 21:13:33 +02:00
parent 116b61e509
commit 5cab9fa5e4
1 changed files with 0 additions and 1 deletions

View File

@ -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'),