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
{{ message }}
This repository was archived by the owner on Feb 23, 2024. It is now read-only.
I know this is not a support forum, but just wanted to mention this in case it's a real issue.
What is the correct way to include 3rd party js libraries with this boilerplate?
If I add a script in src/js and modify entry.js to include it, it gets broken by either the cleaner or sourcemaps build functions... not sure, but all scripts that get bundled end up broken when they makes it to dist/js. I am not a js ninja so I created a separate /lib folder in dist which is ignored by gulp.
I know this is not a support forum, but just wanted to mention this in case it's a real issue.
What is the correct way to include 3rd party js libraries with this boilerplate?
If I add a script in src/js and modify
entry.jsto include it, it gets broken by either the cleaner or sourcemaps build functions... not sure, but all scripts that get bundled end up broken when they makes it to dist/js. I am not a js ninja so I created a separate /lib folder in dist which is ignored by gulp.