Remove .js from imports (#1948)

* Remove .js from lovelace

Also cleaned up some trailing whitespace

* Go big or go home

* More removals

* Revert changes to gallery webpack

* Revert changes to webpack.config.js
This commit is contained in:
Ian Richardson
2018-11-02 06:26:03 -05:00
committed by Paulus Schoutsen
parent eb505d4bd7
commit c0c7c0f41a
401 changed files with 9045 additions and 9048 deletions

View File

@@ -1,4 +1,4 @@
import { fireEvent } from "./dom/fire_event.js";
import { fireEvent } from "./dom/fire_event";
export const navigate = (
node: HTMLElement,