mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
- Completely remove promise overload from code. - Bump dev_bundle version and remove fibers/meteor-promise dependency. - Bump meteor package promise version. - Remove some tests that are not needed anymore.
6 lines
164 B
JavaScript
6 lines
164 B
JavaScript
"use strict";
|
|
|
|
// Installs source map support with a hook to add functions to look for
|
|
// source maps in custom places.
|
|
require('./source-map-retriever-stack.js');
|