commit | e894e9c5869f4ce0c33377137fc5822f1e07d328 | [log] [tgz] |
---|---|---|
author | Tim van der Lippe <[email protected]> | Wed Mar 04 17:00:41 2020 |
committer | Commit Bot <[email protected]> | Wed Mar 04 17:19:45 2020 |
tree | 70ba832e95e7d118c10bf830c4782a2ed91b6b33 | |
parent | 4eb885a01e2cb08f764e68bd71dec0663504370e [diff] [blame] |
Stop rewriting html entrypoints This adds the necessary ES imports to the various entrypoints to properly load their dependencies. This means that we can stop rewriting the HTML entrypoints and simply copy them over to the build directory. Bug: 1046596 Change-Id: If1182ed051a22cc2bb0c77456456ab039f63cec2 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2035791 Commit-Queue: Tim van der Lippe <[email protected]> Reviewed-by: Paul Lewis <[email protected]>
diff --git a/front_end/ndb_app.js b/front_end/ndb_app.js index 379d9b2..c70422d 100644 --- a/front_end/ndb_app.js +++ b/front_end/ndb_app.js
@@ -1,4 +1,6 @@ // Copyright 2018 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +import './shell.js'; + Root.Runtime.startApplication('ndb_app');