Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port RDFStore #3

Open
fbaumgardt opened this issue Jun 28, 2016 · 2 comments
Open

Port RDFStore #3

fbaumgardt opened this issue Jun 28, 2016 · 2 comments

Comments

@fbaumgardt
Copy link
Collaborator

fbaumgardt commented Jun 28, 2016

Use Node version for rdfstore-js with CommonJS plugin? Has managed v0.3.0

@fbaumgardt
Copy link
Collaborator Author

Neither Bower nor NPM work properly.

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.

@fbaumgardt
Copy link
Collaborator Author

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 fbaumgardt added this to the 0.1.0: refactored and mostly bug-free milestone Sep 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant