1 const { DefinePlugin
} = require('webpack');
2 const { platform
} = require('os');
6 BUILD_TARGET
: JSON
.stringify(platform()),
8 ENV
: JSON
.stringify(process
.env
.NODE_ENV
?? 'development'),
9 EXTENSION_BUILD
: false,
10 OFFLINE_SUPPORTED
: true,