mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 06:55:08 -04:00
ESM: Ported all Hash and Checksum operations
This commit is contained in:
parent
5362508a99
commit
3fd1f4e6d9
43 changed files with 1971 additions and 9 deletions
|
@ -53,7 +53,7 @@ module.exports = {
|
|||
rules: [
|
||||
{
|
||||
test: /\.m?js$/,
|
||||
exclude: /node_modules\/(?!jsesc)/,
|
||||
exclude: /node_modules\/(?!jsesc|crypto-api)/,
|
||||
type: "javascript/auto",
|
||||
loader: "babel-loader?compact=false"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue