From c13dfc2fffdb330bf88d188afedf568002bea4fe Mon Sep 17 00:00:00 2001 From: Pomax Date: Mon, 29 Jun 2020 11:40:44 -0700 Subject: [PATCH] Update webpack.config.js --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index 3f5c49a0..e3483fc1 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -2,9 +2,9 @@ var webpack = require('webpack'); var path = require('path'); var fs = require('fs'); +// Which locale are we building for? const defaultLocale = "en-GB"; var locale = process.env.LOCALE || defaultLocale; - console.log("Using locale: "+locale); // Bundle entry point