Using aurelia navigation skeleton/typescript-webpack, v1.0.0
Installed aurelia-ui-virtualization module v1.0.0-beta.2.0.0 using npm, and I see it in my node_modules directory.
Added the following to my main.js/configure() function:
.plugin('aurelia-ui-virtualization')
As soon as this is added, I see the following error in the browser JS console at runtime, running in webpack dev mode:
Unhandled rejection Error: Cannot find module './aurelia-ui-virtualization/virtual-repeat-next'. at webpackContextResolve (http://localhost:9000/app.bundle.js:18341:9) at webpackContext (http://localhost:9000/app.bundle.js:18336:29) at http://localhost:9000/aurelia-bootstrap.bundle.js:15442:48 From previous event: at Promise.then._this2.modulesBeingLoaded.(anonymous function) (http://localhost:9000/aurelia-bootstrap.bundle.js:15441:99)
I have not added any of the template tags/attributes, and have only added the plugin to the bootstrapping in main.js. What could be wrong here?
Thanks,
Don