AssetMapper: Modern JS with Zero Build System
Preloading
  Start your All-Access Pass to unlock this challenge
Buy Access Login

Challenge 1 / 1

Suppose I have the following code:

// assets/app.js
import Other from './other.js';
import _ from 'lodash';

// ...

And:

// assets/other.js
import YetAnother from './yet-another.js';

// ...

In my importmap.php file, for the app entry, if I change preload from false to true, what will the effect be?

Skip challenges and

Turn Challenges Off?

All further challenges will be skipped automatically.
You can re-enable challenges at any time on this page or from your account page.