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>2020-02-21 19:50:18 +0300
committerMarius David Wieschollek <passwords.public@mdns.eu>2020-02-21 19:50:18 +0300
commitbfb5b5a3e667b93d27cd69d1843cbe39440d1005 (patch)
treec380c8a7d35c5dae5d5d564edf83e268f1d5371d /webpack.config.js
parente50d67d7b11192dd816131a378dda01eba47d070 (diff)
Added generic folder again
Signed-off-by: Marius David Wieschollek <passwords.public@mdns.eu>
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 440fabe..7a287b0 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -25,7 +25,7 @@ module.exports = env => {
}
),
new VueLoaderPlugin(),
- new CopyWebpackPlugin(['src/platform/' + platform]),
+ new CopyWebpackPlugin(['src/platform/generic', 'src/platform/' + platform]),
new MiniCssExtractPlugin({filename: 'css/[name].css'}),
new CleanWebpackPlugin(
{