DEV Community

Discussion on: Building a basic website with Parcel

Collapse
 
alfredosalzillo profile image
Alfredo Salzillo • Edited

JavaScript does not provide a way to import code from one file to another.

What about es6 static and dynamic import?

Collapse
 
craigaholliday profile image
Craig Holliday

This is true. I'd say I'm a bit behind on some of the newest features so I should make a post just about importing and exporting in ES6.