We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f9187d5 + ae7e6e1 commit c1632a6Copy full SHA for c1632a6
src/aurelia-ui-virtualization.js
@@ -1,10 +1,11 @@
1
+import {PLATFORM} from 'aurelia-pal'
2
import {VirtualRepeat} from './virtual-repeat';
3
import {InfiniteScrollNext} from './infinite-scroll-next';
4
5
export function configure(config) {
6
config.globalResources(
- './virtual-repeat',
7
- './infinite-scroll-next'
+ PLATFORM.moduleName('./virtual-repeat'),
8
+ PLATFORM.moduleName('./infinite-scroll-next')
9
);
10
}
11
0 commit comments