mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 06:55:08 -04:00
ESM: Ported AES operations
This commit is contained in:
parent
61832a9e2a
commit
a7d763287e
3 changed files with 212 additions and 0 deletions
|
@ -69,6 +69,10 @@ module.exports = {
|
|||
exclude: /node_modules\/(?!jsesc)/,
|
||||
loader: "babel-loader?compact=false"
|
||||
},
|
||||
{
|
||||
test: /forge.min.js$/,
|
||||
loader: "imports-loader?jQuery=>null"
|
||||
},
|
||||
{
|
||||
test: /\.css$/,
|
||||
use: ExtractTextPlugin.extract({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue