include crypto-api src into lib to get around mjs import issue. compiled node lib now requires successfully.

This commit is contained in:
d98762625 2018-08-10 17:44:40 +01:00
parent 91eb692d99
commit 20452fe3cb
4 changed files with 2064 additions and 2062 deletions

View file

@ -46,8 +46,8 @@ module.exports = {
],
resolve: {
alias: {
jquery: "jquery/src/jquery"
}
jquery: "jquery/src/jquery",
},
},
module: {
rules: [