@@ -1605,7 +1605,7 @@ _template.render = function (_context) {
1605
1605
foo: \\" bar\\ "
1606
1606
});
1607
1607
component (AsyncComponent , \\" bar\\ " , {
1608
- promisedComponent : () => import ( /* webpackChunkName: \\"bar\\", webpackPrefetch: true */ \\" foo.twig\\ " ),
1608
+ promisedComponent : () => import ( /* webpackChunkName: \\"bar\\" */ \\" foo.twig\\ " ),
1609
1609
delayLoadingAnimation: 0 ,
1610
1610
whileLoading : () => {
1611
1611
text (\\" Loading... \\ " );
@@ -1620,7 +1620,7 @@ _template.render = function (_context) {
1620
1620
}
1621
1621
});
1622
1622
component (AsyncComponent , \\" bar\\ " , {
1623
- promisedComponent : () => import ( /* webpackChunkName: \\"bar\\", webpackPrefetch: true */ \\" foo.twig\\ " ),
1623
+ promisedComponent : () => import ( /* webpackChunkName: \\"bar\\" */ \\" foo.twig\\ " ),
1624
1624
delayLoadingAnimation: 500 ,
1625
1625
whileLoading : () => {
1626
1626
text (\\" Loading... \\ " );
@@ -1635,7 +1635,7 @@ _template.render = function (_context) {
1635
1635
}
1636
1636
});
1637
1637
component (AsyncComponent , \\" bar\\ " , {
1638
- promisedComponent : () => import ( /* webpackChunkName: \\"bar\\", webpackPrefetch: true */ \\" foo.twig\\ " ),
1638
+ promisedComponent : () => import ( /* webpackChunkName: \\"bar\\" */ \\" foo.twig\\ " ),
1639
1639
delayLoadingAnimation: 1000 ,
1640
1640
whileLoading : () => {
1641
1641
text (\\" Loading... \\ " );
@@ -1651,7 +1651,7 @@ _template.render = function (_context) {
1651
1651
}
1652
1652
});
1653
1653
component (AsyncComponent , \\" \\ " + (\\" bar-\\ " + _context .part ), {
1654
- promisedComponent : () => import ( /* webpackPrefetch: true */ \\" ./parts/\\ " + _context .part + \\" .twig\\ " ),
1654
+ promisedComponent : () => import ( /* */ \\" ./parts/\\ " + _context .part + \\" .twig\\ " ),
1655
1655
delayLoadingAnimation: 1000 ,
1656
1656
whileLoading : () => {
1657
1657
text (\\" Loading... \\ " );
@@ -1666,7 +1666,7 @@ _template.render = function (_context) {
1666
1666
}
1667
1667
});
1668
1668
component (AsyncComponent , \\" bar\\ " , {
1669
- promisedComponent : () => import ( /* webpackChunkName: \\"bar\\", webpackPrefetch: true */ \\" ./parts/\\ " + _context .part + \\" .twig\\ " ),
1669
+ promisedComponent : () => import ( /* webpackChunkName: \\"bar\\" */ \\" ./parts/\\ " + _context .part + \\" .twig\\ " ),
1670
1670
delayLoadingAnimation: 1000 ,
1671
1671
whileLoading : () => {
1672
1672
text (\\" Loading... \\ " );
@@ -1677,7 +1677,7 @@ _template.render = function (_context) {
1677
1677
}
1678
1678
});
1679
1679
component (AsyncComponent , \\" bar\\ " , {
1680
- promisedComponent : () => import ( /* webpackChunkName: \\"bar\\", webpackPrefetch: true */ \\" ./parts/\\ " + _context .part + \\" .twig\\ " ),
1680
+ promisedComponent : () => import ( /* webpackChunkName: \\"bar\\" */ \\" ./parts/\\ " + _context .part + \\" .twig\\ " ),
1681
1681
delayLoadingAnimation: 1000 ,
1682
1682
whileLoading : () => {
1683
1683
elementOpen (\\" strong\\ " , null , null );
0 commit comments