mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-08 07:21:02 -04:00
Fixed openpgp crypto issue in web worker
This commit is contained in:
parent
ddc2323487
commit
30475f23bc
3 changed files with 48 additions and 41 deletions
|
@ -58,7 +58,10 @@ module.exports = {
|
|||
},
|
||||
{
|
||||
test: /MetaConfig\.js$/,
|
||||
loader: "val-loader"
|
||||
use: [
|
||||
{ loader: "val-loader" },
|
||||
{ loader: "imports-loader?self=>this" }
|
||||
]
|
||||
},
|
||||
{
|
||||
test: /\.css$/,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue