mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 06:55:08 -04:00
update HMAC test after merge and add loader to allow external uglifyjs plugin to work for node builds
This commit is contained in:
parent
97255bbb33
commit
b19f8f65a4
5 changed files with 578 additions and 42 deletions
|
@ -59,7 +59,12 @@ module.exports = {
|
|||
test: /\.m?js$/,
|
||||
exclude: /node_modules\/(?!jsesc|crypto-api)/,
|
||||
type: "javascript/auto",
|
||||
loader: "babel-loader?compact=false"
|
||||
loader: "babel-loader?compact=false",
|
||||
query: {
|
||||
presets: [
|
||||
require.resolve("@babel/preset-env"),
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
test: /forge.min.js$/,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue