mirror of
https://github.com/home-assistant/frontend.git
synced 2025-12-19 18:28:42 +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 plugins = [
|
||||
nodeResolve({
|
||||
// Because es output for ha-js-ws breaks buble
|
||||
module: false,
|
||||
}),
|
||||
nodeResolve({}),
|
||||
|
||||
commonjs(),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user