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.
Related: https://stackoverflow.com/questions/27464168/how-to-include-scripts-located-inside-the-node-modules-folder
It's not possible nor correct to import scripts from
node_modulesusing the relative path fromdist. Instead they should be put in a static route insidesrcor manually copy them to an equivalent directory insrc.Related: https://stackoverflow.com/questions/27464168/how-to-include-scripts-located-inside-the-node-modules-folder