mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-23 08:43:18 +02:00
Update webpack.config.js
This commit is contained in:
@@ -2,9 +2,9 @@ var webpack = require('webpack');
|
|||||||
var path = require('path');
|
var path = require('path');
|
||||||
var fs = require('fs');
|
var fs = require('fs');
|
||||||
|
|
||||||
|
// Which locale are we building for?
|
||||||
const defaultLocale = "en-GB";
|
const defaultLocale = "en-GB";
|
||||||
var locale = process.env.LOCALE || defaultLocale;
|
var locale = process.env.LOCALE || defaultLocale;
|
||||||
|
|
||||||
console.log("Using locale: "+locale);
|
console.log("Using locale: "+locale);
|
||||||
|
|
||||||
// Bundle entry point
|
// Bundle entry point
|
||||||
|
Reference in New Issue
Block a user