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
It's not possible nor correct to import scripts from node_modules using the relative path from dist. Instead they should be put in a static route inside src or manually copy them to an equivalent directory in src.
It's not possible nor correct to import scripts from
node_modules
using the relative path fromdist
. Instead they should be put in a static route insidesrc
or manually copy them to an equivalent directory insrc
.Related: https://stackoverflow.com/questions/27464168/how-to-include-scripts-located-inside-the-node-modules-folder
The text was updated successfully, but these errors were encountered: