mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 06:55:08 -04:00
Updated dependencies
This commit is contained in:
parent
2b2ffb3346
commit
7c40204e4f
17 changed files with 163 additions and 121 deletions
|
@ -100,7 +100,7 @@ module.exports = {
|
|||
loader: "babel-loader"
|
||||
},
|
||||
{
|
||||
test: /forge\.min\.js$/,
|
||||
test: /node-forge/,
|
||||
loader: "imports-loader",
|
||||
options: {
|
||||
additionalCode: "var jQuery = false;"
|
||||
|
@ -121,6 +121,15 @@ module.exports = {
|
|||
imports: "multiple buffer Buffer Buffer"
|
||||
}
|
||||
},
|
||||
{
|
||||
test: /blueimp-load-image/,
|
||||
loader: "imports-loader",
|
||||
options: {
|
||||
type: "commonjs",
|
||||
imports: "nodom",
|
||||
additionalCode: "var document = new nodom.Document();"
|
||||
}
|
||||
},
|
||||
{
|
||||
test: /\.css$/,
|
||||
use: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue