You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running browserify on the Bower version results in illegal exports after Rollup.
Using nodeResolve appears to be unable to exclude sqlite3, i.e. Node dependencies.
Plan to look for automated correction of broken export statements, but deferred for now. Keeping rdfstore as external dependency outside of Rollup bundle.
With Typeahead/Bloodhound the problem was the same -- multiple exports per module. In that case the solution was to import separately using relative paths instead of module names. Which is not satisfying, but better than requiring custom builds.
fbaumgardt
added this to the
0.1.0: refactored and mostly bug-free milestone
Sep 23, 2016
Use Node version for rdfstore-js with CommonJS plugin? Has managed v0.3.0
The text was updated successfully, but these errors were encountered: