Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jsxc/jsxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsualko <klaus@jsxc.org>2020-03-23 20:12:36 +0300
committersualko <klaus@jsxc.org>2020-03-23 20:12:36 +0300
commit27c5a59f3b847ada904ffbe41178609c06e93b72 (patch)
tree6554247d42dcbeea9f5acefb7c062cc0ea86e8f4 /webpack.config.js
parentd739d571c1460c5024cd9c3ed272410016207758 (diff)
chore: minor code style fixes
Diffstat (limited to 'webpack.config.js')
-rw-r--r--webpack.config.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/webpack.config.js b/webpack.config.js
index 6cc12311..9909bf37 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -26,8 +26,6 @@ let supportedLangs = fs.readdirSync('./locales/').filter(filename => {
return false;
}).map(filename => filename.replace(/\.json$/, ''));
-const DEVELOPMENT_MODE = 'development';
-const PRODUCTION_MODE = 'production';
const MOMENTJS_LOCALES = supportedLangs.map(lang => lang.replace(/-.+/, ''));
const JS_BUNDLE_NAME = 'jsxc.bundle.js';