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
How is one supposed to get the dist/the-graph.js bundle if the-graph library is an NPM dependency (specified in package.json)? After npm install I have all the sources in node_modules/the-graph, but no dist directory. Thanks.
The text was updated successfully, but these errors were encountered:
In noflo-ui we're building the-graph in the same WebPack bundle as our other modules. But indeed, maybe it would make sense to include a pre-built version in the NPM module for those that don't want to build
I don't use WebPack in my project so that's pretty much not an option for me. Please comment here after you've decided whether to include a pre-built library in the NPM module or not so that I can close the issue. Thanks.
jonnor
changed the title
[question] Bundle as a dependency
Missing dist/ in NPM package
Sep 10, 2017
How is one supposed to get the
dist/the-graph.js
bundle ifthe-graph
library is an NPM dependency (specified inpackage.json
)? Afternpm install
I have all the sources innode_modules/the-graph
, but nodist
directory. Thanks.The text was updated successfully, but these errors were encountered: