Attempt to make RSA key generation functional

This commit is contained in:
Matt C 2018-08-31 11:25:05 +01:00
parent f81ca3ba60
commit 31e758ca45
5 changed files with 25 additions and 9 deletions

View file

@ -61,6 +61,10 @@ module.exports = {
test: /forge.min.js$/,
loader: "imports-loader?jQuery=>null"
},
{
test: /prime.worker.min.js$/,
use: "raw-loader"
},
{
test: /bootstrap-material-design/,
loader: "imports-loader?Popper=popper.js/dist/umd/popper.js"