Org files (#1183)
* Organize files * Import EventsMixin * Import NavigateMixin * Dissolve window.hassMixins * Apply ElementMixin when we use it * Update tests to point at right dir * Eslint * Clean * Update mixins inside hassio * Update lint command" * Fix polymer lint
This commit is contained in:
+2
-2
@@ -22,7 +22,7 @@ function createConfig(isProdBuild, latestBuild) {
|
||||
const entry = {
|
||||
app: './src/home-assistant.js',
|
||||
authorize: './src/auth/ha-authorize.js',
|
||||
core: './js/core.js',
|
||||
core: './src/core.js',
|
||||
};
|
||||
|
||||
const babelOptions = {
|
||||
@@ -61,7 +61,7 @@ function createConfig(isProdBuild, latestBuild) {
|
||||
babelOptions.presets = [
|
||||
['es2015', { modules: false }]
|
||||
];
|
||||
entry.compatibility = './js/compatibility.js';
|
||||
entry.compatibility = './src/compatibility.js';
|
||||
}
|
||||
|
||||
const chunkFilename = isProdBuild ?
|
||||
|
||||
Reference in New Issue
Block a user