From 2ca23fe16ea2605746cc0ed244b8224074fb73e5 Mon Sep 17 00:00:00 2001 From: Alex Windett Date: Mon, 12 Dec 2016 12:18:44 +0000 Subject: [PATCH] commenting out unused constant --- frontend/webpack/production.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/webpack/production.js b/frontend/webpack/production.js index 099c9c88..0ae710f0 100644 --- a/frontend/webpack/production.js +++ b/frontend/webpack/production.js @@ -1,4 +1,4 @@ -const plugins = require('./plugins'); +// const plugins = require('./plugins'); const base = require('./base');