mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fronted: Fixed webpack chunk syntax error
This commit is contained in:
parent
d51e2221a4
commit
7b5b8ad3d3
@ -162,7 +162,7 @@ export function setupAngularRoutes($routeProvider: route.IRouteProvider, $locati
|
|||||||
resolve: {
|
resolve: {
|
||||||
component: () =>
|
component: () =>
|
||||||
SafeDynamicImport(
|
SafeDynamicImport(
|
||||||
import(/*webpackChunkName: NewDashboardsFolder*/ 'app/features/folders/components/NewDashboardsFolder')
|
import(/* webpackChunkName: "NewDashboardsFolder"*/ 'app/features/folders/components/NewDashboardsFolder')
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user