mirror of
https://github.com/home-assistant/frontend.git
synced 2025-12-20 02:38:53 +00:00
Allow tree shaking ha-ws
This commit is contained in:
Submodule home-assistant-js updated: 0203764d05...b7aff3692a
@@ -8,10 +8,7 @@ const DEV = !!JSON.parse(process.env.BUILD_DEV || 'true');
|
|||||||
const DEMO = !!JSON.parse(process.env.BUILD_DEMO || 'false');
|
const DEMO = !!JSON.parse(process.env.BUILD_DEMO || 'false');
|
||||||
|
|
||||||
const plugins = [
|
const plugins = [
|
||||||
nodeResolve({
|
nodeResolve({}),
|
||||||
// Because es output for ha-js-ws breaks buble
|
|
||||||
module: false,
|
|
||||||
}),
|
|
||||||
|
|
||||||
commonjs(),
|
commonjs(),
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user