summaryrefslogtreecommitdiff
path: root/webpack.config.js
diff options
context:
space:
mode:
authormsquare <msquare@notrademark.de>2018-08-12 13:06:05 +0200
committerGitHub <noreply@github.com>2018-08-12 13:06:05 +0200
commit98b03d5c679e91891d6283d04613c2afc29edf59 (patch)
tree3c69207d4b86e8ea9da4ce6222d8d3b74b47bda4 /webpack.config.js
parentdf30f7d5d89d8de3f61905d8e25eb361a06faa7f (diff)
parent2d5aed1fedb0cd564e6fa55c31ba637a85b022c0 (diff)
Merge pull request #446 from engelsystem/marudor-master
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