Master version.
I suggest adding closing semicolons to each file content. Missing semicolons can cause problems when bundling code. It happened to me with Vue Tables and browserify + uglify.
In particular, adding semicolon to methods/generate-table-html.js solved a bug which has been quite difficult to figure out.
Master version. I suggest adding closing semicolons to each file content. Missing semicolons can cause problems when bundling code. It happened to me with Vue Tables and browserify + uglify. In particular, adding semicolon to methods/generate-table-html.js solved a bug which has been quite difficult to figure out.