Hi I'm trying to add vendor .js like Three.js but I can't run a render-dll because that minified files has eslint issues that break my dll build. Also I could not be able to add it using .ejs loader because I don't see how to point in the tag to those files.
I try leaving them in static folder and reference to it using src=/static/three.min.js but not lucky. Also try alternative paths but nothing.
Could you give some kind of idea how to add any kind of vendors js/css without pass by webpack (because those files are ready to use).
note I can't add those files from cdn because the application target is to could be used offline so...
Kind regards, Jorge.
Hi I'm trying to add vendor .js like Three.js but I can't run a render-dll because that minified files has eslint issues that break my dll build. Also I could not be able to add it using .ejs loader because I don't see how to point in the tag to those files. I try leaving them in static folder and reference to it using
src=/static/three.min.js
but not lucky. Also try alternative paths but nothing. Could you give some kind of idea how to add any kind of vendors js/css without pass by webpack (because those files are ready to use). note I can't add those files from cdn because the application target is to could be used offline so... Kind regards, Jorge.