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
I'm looking to update from aurelia-cli 0.26.1 to the latest (1.0.0-beta.13) and I hit an issue with the aurelia-resize dependency of element-resize-detector... As best I can tell the element-resize-detector is failing on a require statement inside the element-resize-detector.
//Detection strategies.
var objectStrategyMaker = require('./detection-strategy/object');
I'm looking to update from aurelia-cli 0.26.1 to the latest (1.0.0-beta.13) and I hit an issue with the aurelia-resize dependency of element-resize-detector... As best I can tell the element-resize-detector is failing on a require statement inside the element-resize-detector.
//Detection strategies.
var objectStrategyMaker = require('./detection-strategy/object');
with the following stacktrace
Unhandled rejection Error: Module name "detection-strategy/object" has not been loaded yet for context: _. Use require([])https://requirejs.org/docs/errors.html#notloaded at makeError (http://localhost:9000/scripts/vendor-bundle-8.5.0.js:3834:17) at Object.localRequire [as require] (http://localhost:9000/scripts/vendor-bundle-8.5.0.js:5102:44) at requirejs (http://localhost:9000/scripts/vendor-bundle-8.5.0.js:5463:24) at o (http://localhost:9000/scripts/vendor-bundle-8.5.0.js:56143:561) at http://localhost:9000/scripts/vendor-bundle-8.5.0.js:56143:752 at Object.7../browser-detector (http://localhost:9000/scripts/vendor-bundle-8.5.0.js:57242:31) at o (http://localhost:9000/scripts/vendor-bundle-8.5.0.js:56143:701) at r (http://localhost:9000/scripts/vendor-bundle-8.5.0.js:56143:867) at http://localhost:9000/scripts/vendor-bundle-8.5.0.js:56143:896 at Object.execCb (http://localhost:9000/scripts/vendor-bundle-8.5.0.js:5362:33) at Module.check (http://localhost:9000/scripts/vendor-bundle-8.5.0.js:4544:55) at Module.enable (http://localhost:9000/scripts/vendor-bundle-8.5.0.js:4842:22) at Object.enable (http://localhost:9000/scripts/vendor-bundle-8.5.0.js:5223:39) at Module. (http://localhost:9000/scripts/vendor-bundle-8.5.0.js:4827:33) at http://localhost:9000/scripts/vendor-bundle-8.5.0.js:3800:23 at each (http://localhost:9000/scripts/vendor-bundle-8.5.0.js:3725:31)
The text was updated successfully, but these errors were encountered: