|
@@ -94,7 +94,7 @@ AmberCompiler.prototype.main = function (configuration, finished_callback) {
|
|
|
rjsConfig.map = rjsConfig.map || {};
|
|
|
rjsConfig.map["*"] = rjsConfig.map["*"] || {};
|
|
|
rjsConfig.map["*"]["amber/Platform"] = "amber/boot";
|
|
|
- rjsConfig.map["*"]["amber/compatibility"] = "amber/node-compatibility";
|
|
|
+ rjsConfig.map["*"]["amber/compatibility"] = "amber/boot";
|
|
|
rjsConfig.nodeRequire = require;
|
|
|
rjsConfig.context = "amberc";
|
|
|
configuration.requirejs = requirejs.config(rjsConfig);
|