Define XXX

This commit is contained in:
2023-08-06 14:56:43 +01:00
parent e607df56df
commit b9f0d349ef
3 changed files with 15 additions and 1 deletions

View File

@ -65,6 +65,9 @@ const config = {
new webpack.IgnorePlugin({
resourceRegExp: /^\.\/locale$/,
contextRegExp: /moment$/,
}),
new webpack.DefinePlugin({
__XXX: process.env["__XXX"] || JSON.stringify(false)
})
],
module: {