When importing with Webpack require("eth-lightwallet")Uncaught TypeError: EC is not a constructor is thrown.
Not sure if this is related to lightwallet it self. It seems that there is some dependency cycles in those crypo libs. Attached npm project with this issue
test-webpack.zip
When importing with Webpack
require("eth-lightwallet")
Uncaught TypeError: EC is not a constructor
is thrown.Not sure if this is related to lightwallet it self. It seems that there is some dependency cycles in those crypo libs. Attached npm project with this issue test-webpack.zip
npm start
-> http://localhost:8080 -> open dev consoleCurrently workaround is to include full js file form dist
require("node_modules/eth-lightwallet/dist/lightwallet.js");