Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marius-wieschollek/passwords-webextension.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius David Wieschollek <passwords.public@mdns.eu>2018-10-31 00:33:21 +0300
committerMarius David Wieschollek <passwords.public@mdns.eu>2018-10-31 00:33:21 +0300
commite58abe90817323fe57906c41bf2a435f7f49084d (patch)
tree21d79454d0c9389c9751eb724a1908ef9887ec0e /webpack.config.js
parent5e0156892fb687f163c69e0519525a62c13f3d33 (diff)
[GitHub #15] Make Firefox Patches master compatible
Diffstat (limited to 'webpack.config.js')
-rw-r--r--webpack.config.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/webpack.config.js b/webpack.config.js
index a1b23a5..c396f30 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -17,7 +17,8 @@ module.exports = env => {
new webpack.DefinePlugin(
{
'process.env': {
- NODE_ENV: production ? '"production"':'"development"'
+ NODE_ENV: production ? '"production"':'"development"',
+ BUILD_TARGET: `"${platform}"`
}
}
),