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:39:05 +0300
committerMarius David Wieschollek <passwords.public@mdns.eu>2020-02-21 19:39:05 +0300
commite50d67d7b11192dd816131a378dda01eba47d070 (patch)
treebd0bfd86e0049270685ae43c368beb671f3d24e9 /webpack.config.js
parentefb41fa9c6bcf8dc574f15d43d5cf635fdbdb31c (diff)
Moved files from generic folder
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 7a287b0..440fabe 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -25,7 +25,7 @@ module.exports = env => {
}
),
new VueLoaderPlugin(),
- new CopyWebpackPlugin(['src/platform/generic', 'src/platform/' + platform]),
+ new CopyWebpackPlugin(['src/platform/' + platform]),
new MiniCssExtractPlugin({filename: 'css/[name].css'}),
new CleanWebpackPlugin(
{