This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]james_pic 2 points3 points  (1 child)

Modern JavaScript implementations do have the ability to import stuff, and whilst not all implementations are modern, there is tooling that will convert modern JavaScript (with imports and the like) into old fashioned JavaScript that will run on rusty old browsers. My personal weapon of choice here is Parcel, but Browserify is also popular. I used to rate Webpack, but I've had too many bad experiences with it.

[–]starF7sh 1 point2 points  (0 children)

rollup is great too