summaryrefslogtreecommitdiff
path: root/webpack.config.js
diff options
context:
space:
mode:
authormsquare <msquare@notrademark.de>2018-08-12 13:01:03 +0200
committermsquare <msquare@notrademark.de>2018-08-12 13:01:03 +0200
commit2d5aed1fedb0cd564e6fa55c31ba637a85b022c0 (patch)
tree6963830b32cd847ec28ddef7982219799a76afef /webpack.config.js
parentb409d2986fcca5bcafdad4b3b33094c12d8530a6 (diff)
js codestyle
Diffstat (limited to 'webpack.config.js')
-rw-r--r--webpack.config.js2
1 files changed, 1 insertions, 1 deletions
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