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,8 +1,8 @@
import { html } from "@polymer/polymer/lib/utils/html-tag.js";
import { PolymerElement } from "@polymer/polymer/polymer-element.js";
import { html } from "@polymer/polymer/lib/utils/html-tag";
import { PolymerElement } from "@polymer/polymer/polymer-element";
import "./ha-paper-slider.js";
import "./ha-icon.js";
import "./ha-paper-slider";
import "./ha-icon";
class HaLabeledSlider extends PolymerElement {
static get template() {