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:
Diffstat (limited to 'webpack.config.js')
-rw-r--r--webpack.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/webpack.config.js b/webpack.config.js
index 15cedf2..1830d1d 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -19,7 +19,7 @@ module.exports = env => {
}
}
),
- new CopyWebpackPlugin(['src/platform/'+platform]),
+ new CopyWebpackPlugin(['src/platform/generic', 'src/platform/'+platform]),
new ExtractTextPlugin('css/passwords.css')
];