You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow to require module path from whitelisted dependency
Required module path can be one of
- `fs` (built-in Node.js module),
- `abortcontroller-polyfill` (external main module),
- `abortcontroller-polyfill/dist/cjs-ponyfill` (external submodule).
FastBoot's build system requires only dependency whitelisting,
thus looking only for the first part of module path.
thrownewError('You are using Ember Data with no host defined in your adapter. This will attempt to use the host of the FastBoot request, which is not configured for the current host of this request. Please set the hostWhitelist property for in your environment.js. FastBoot Error: '+fbError.message);
24
+
}
25
+
}
26
+
27
+
if(najax){
28
+
najax(options);
29
+
}else{
30
+
thrownewError('najax does not seem to be defined in your app. Did you override it via `addOrOverrideSandboxGlobals` in the fastboot server?');
0 commit comments