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-01-17 22:01:58 +0300
committerMarius David Wieschollek <passwords.public@mdns.eu>2020-01-17 22:01:58 +0300
commit90531f35e83c2bc9c699ae4a4f6fc079c5b37af1 (patch)
tree12a2c9cc0b41c19d2e848de6116e05a9f035f8a9 /webpack.config.js
parente2b53f36d6052d95315edf69ef9529ff8b436572 (diff)
Update to latest password-client
Diffstat (limited to 'webpack.config.js')
-rw-r--r--webpack.config.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/webpack.config.js b/webpack.config.js
index 7a287b0..458b197 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -45,7 +45,6 @@ module.exports = env => {
let platformDir = platform === 'firefox' ? `${__dirname}/src/js/Platform`:`${__dirname}/src/platform/${platform}/js/Platform`;
return {
mode : production ? 'production':'development',
- devtool: 'none',
entry : {
client : `${__dirname}/src/js/client.js`,
popup : `${__dirname}/src/js/popup.js`,