Browse Source

ref(js): Remove unused webpackChunkName from routes (#28021)

Evan Purkhiser 3 years ago
parent
commit
9aa410430c
1 changed files with 1 additions and 5 deletions
  1. 1 5
      static/app/routes.tsx

+ 1 - 5
static/app/routes.tsx

@@ -1312,11 +1312,7 @@ function routes() {
 
           <Route
             path="/organizations/:orgId/stats/"
-            componentPromise={() =>
-              import(
-                /* webpackChunkName: "OrganizationStats" */ 'app/views/organizationStats'
-              )
-            }
+            componentPromise={() => import('app/views/organizationStats')}
             component={errorHandler(LazyLoad)}
           />