ESM: Ported AES operations

This commit is contained in:
n1474335 2018-05-14 18:23:16 +00:00
parent 61832a9e2a
commit a7d763287e
3 changed files with 212 additions and 0 deletions

View file

@ -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({