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
To further increase parity between JavaScript in Markdown and JavaScript in data loaders, we could add a loader that allows npm: protocol imports to be automatically loaded from jsDelivr, or we could resolve them to node_modules (just stripping the npm: prefix). For example, in npm-loader.js:
To further increase parity between JavaScript in Markdown and JavaScript in data loaders, we could add a loader that allows
npm:
protocol imports to be automatically loaded from jsDelivr, or we could resolve them to node_modules (just stripping thenpm:
prefix). For example, innpm-loader.js
:And then adding additional args when running
node
for data loaders:The text was updated successfully, but these errors were encountered: