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
Web ecosystem is moving towards decentralized dependency hosting (from centralized, eg. NPM) that can be accomplished currently by importing ECMAScript module with an URL. It seems that it isn't possible though.
The steps to reproduce is as follows.
Create bare Plenti site.
$ plenti new site plenti-url-import --bare
$ cd plenti-url-import
The error that appears in terminal is similar as in #165:
open public/spa/web_modules/https://cdn.skypack.dev/d3@7: no such file or directoryno such file or directory (File: /home/runner/work/plenti/plenti/cmd/build.go, Line: 145)
It appears that Plenti is trying to look for the module in web_modules althoug it's clearly an external resource.
The text was updated successfully, but these errors were encountered:
Web ecosystem is moving towards decentralized dependency hosting (from centralized, eg. NPM) that can be accomplished currently by importing ECMAScript module with an URL. It seems that it isn't possible though.
The steps to reproduce is as follows.
$ plenti new site plenti-url-import --bare $ cd plenti-url-import
The error that appears in terminal is similar as in #165:
It appears that Plenti is trying to look for the module in web_modules althoug it's clearly an external resource.
The text was updated successfully, but these errors were encountered: