mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 19:26:36 +00:00
Allow tree shaking ha-ws
This commit is contained in:
parent
24dd4357d8
commit
f99662d6ba
@ -1 +1 @@
|
||||
Subproject commit 0203764d05dab62d896585e3a84936ba7dde614c
|
||||
Subproject commit b7aff3692a64dbc96922a60e54862094eaea9fc6
|
@ -8,10 +8,7 @@ const DEV = !!JSON.parse(process.env.BUILD_DEV || 'true');
|
||||
const DEMO = !!JSON.parse(process.env.BUILD_DEMO || 'false');
|
||||
|
||||
const plugins = [
|
||||
nodeResolve({
|
||||
// Because es output for ha-js-ws breaks buble
|
||||
module: false,
|
||||
}),
|
||||
nodeResolve({}),
|
||||
|
||||
commonjs(),
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user