File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 8
8
import { polyfillLoader } from '@bolt/core' ;
9
9
10
10
polyfillLoader . then ( res => {
11
- // import(/* webpackMode: 'lazy', webpackChunkName: 'bolt-ratio-object' */ '@bolt/objects-ratio/src/ratio.standalone');
11
+ import ( /* webpackMode: 'lazy', webpackChunkName: 'bolt-ratio-object' */ '@bolt/objects-ratio/src/ratio.standalone' ) ;
12
12
13
13
import ( /* webpackMode: 'lazy', webpackChunkName: 'bolt-device-viewer' */ '@bolt/components-device-viewer/src/device-viewer.standalone' ) ;
14
14
Original file line number Diff line number Diff line change 3
3
import { polyfillLoader } from '@bolt/core' ;
4
4
5
5
polyfillLoader . then ( res => {
6
- // import(/* webpackMode: 'lazy', webpackChunkName: 'bolt-ratio-object' */ '@bolt/objects-ratio/src/ratio.standalone');
6
+ import ( /* webpackMode: 'lazy', webpackChunkName: 'bolt-ratio-object' */ '@bolt/objects-ratio/src/ratio.standalone' ) ;
7
7
8
8
import ( /* webpackMode: 'lazy', webpackChunkName: 'bolt-device-viewer' */ '@bolt/components-device-viewer/src/device-viewer.standalone' ) ;
9
9
You can’t perform that action at this time.
0 commit comments