From dc3c0cc47ee8e3f1725358a17f3c48197454edf5 Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Fri, 18 May 2018 16:03:39 -0700 Subject: [PATCH] style: Fix formatting --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index 6da1261..e0b99eb 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -8,7 +8,7 @@ module.exports = { library: 'feather', // Prevents webpack from referencing `window` in the UMD build // Source: https://git.io/vppgU - globalObject: 'typeof self !== \'undefined\' ? self : this', + globalObject: "typeof self !== 'undefined' ? self : this", }, devtool: 'source-map', module: {