From 3728f550e1d8dc56b603b92debdc5f1a374a888f Mon Sep 17 00:00:00 2001 From: daurnimator Date: Sat, 16 Sep 2017 14:36:32 +1000 Subject: webpack.config.js: Use strict --- webpack.config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webpack.config.js b/webpack.config.js index 183d29f..f44822a 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -1,3 +1,5 @@ +"use strict"; + const webpack = require('webpack'); const path = require('path'); -- cgit v1.2.3-54-g00ecf