1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-18 14:31:24 +02:00

Update webpack.config.js

This commit is contained in:
Pomax
2020-06-29 11:40:44 -07:00
committed by GitHub
parent a624fb7015
commit c13dfc2fff

View File

@@ -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