Uncaught ReferenceError: module is not defined error is logged in the console when I run spec/www/index.html in my browser.
The following update to index-footer.js should resolve this issue but may need some additional testing to ensure it continues to work when required in a Webpack-like build:
if (typeof module !== 'undefined')
module.exports = window.sqlitePlugin;
related to: #3
/cc @DanielSWolf
Uncaught ReferenceError: module is not definederror is logged in the console when I runspec/www/index.htmlin my browser.The following update to
index-footer.jsshould resolve this issue but may need some additional testing to ensure it continues to work when required in a Webpack-like build:related to: #3
/cc @DanielSWolf