From 2d5aed1fedb0cd564e6fa55c31ba637a85b022c0 Mon Sep 17 00:00:00 2001 From: msquare Date: Sun, 12 Aug 2018 13:01:03 +0200 Subject: js codestyle --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webpack.config.js') diff --git a/webpack.config.js b/webpack.config.js index b8bb7599..588ee247 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -1,6 +1,6 @@ const path = require('path'); const webpack = require('webpack'); -const ExtractTextPlugin = require("extract-text-webpack-plugin"); +const ExtractTextPlugin = require('extract-text-webpack-plugin'); const nodeEnv = (process.env.NODE_ENV || 'development').trim(); // eslint-disable-next-line -- cgit v1.2.3-54-g00ecf