Allow tree shaking ha-ws
This commit is contained in:
+1
-1
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