Files
meteor/packages/modules-runtime/client.js

6 lines
200 B
JavaScript

// On the client, make package resolution prefer the "browser" field of
// package.json files to the "main" field.
makeInstallerOptions.browser = true;
install = makeInstaller(makeInstallerOptions);