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:
@@ -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
|
||||
|
Reference in New Issue
Block a user