Fixed openpgp crypto issue in web worker

This commit is contained in:
n1474335 2017-10-27 13:50:50 +00:00
parent ddc2323487
commit 30475f23bc
3 changed files with 48 additions and 41 deletions

View file

@ -58,7 +58,10 @@ module.exports = {
},
{
test: /MetaConfig\.js$/,
loader: "val-loader"
use: [
{ loader: "val-loader" },
{ loader: "imports-loader?self=>this" }
]
},
{
test: /\.css$/,