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