We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There seem to be similar stuff between the 2 libs
https://github.com/wurdcms/wurd-node/blob/master/src/block.js#L166
https://github.com/wurdcms/wurd-web/blob/master/src/block.js#L105
I think we could merge them and make sure it works on both node and web (for example we can require('node-fetch') on both node and browser, node-fetch is 'universal' (https://github.com/node-fetch/node-fetch/blob/master/package.json#L6)
require('node-fetch')
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There seem to be similar stuff between the 2 libs
https://github.com/wurdcms/wurd-node/blob/master/src/block.js#L166
https://github.com/wurdcms/wurd-web/blob/master/src/block.js#L105
I think we could merge them and make sure it works on both node and web (for example we can
require('node-fetch')
on both node and browser, node-fetch is 'universal' (https://github.com/node-fetch/node-fetch/blob/master/package.json#L6)The text was updated successfully, but these errors were encountered: