Remove require.

This commit is contained in:
Alexis Lahouze 2017-10-04 21:09:38 +02:00
parent 73a43b6e2a
commit a41811356a
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'),