mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Fix inline source maps in meteor/tools code.
This commit is contained in:
@@ -13,6 +13,10 @@ function babelRegister() {
|
||||
nodeMajorVersion: parseInt(process.versions.node)
|
||||
});
|
||||
|
||||
// Make sure that source maps are included in the generated code for
|
||||
// meteor/tools modules.
|
||||
babelOptions.sourceMap = "inline";
|
||||
|
||||
meteorBabel.setCacheDir(cacheDir);
|
||||
|
||||
require('meteor-babel/register')
|
||||
|
||||
Reference in New Issue
Block a user