Discussions

Ask a Question
Back to All

Vendor files and webpack

I want to import vendor files from node_modules to use in my project, but after hours researching, i couldn't get it to work. According to the Spike docs (spike.readme.io/docs/vendor) using the vendor property i can import the standalone files to my static project, but should it work with files from node_modules? The ideia is import the files without bundle them into one, preferably into an assets folder.