Allow tree shaking ha-ws

This commit is contained in:
Paulus Schoutsen 2016-11-27 13:19:02 -08:00
parent 24dd4357d8
commit f99662d6ba
2 changed files with 2 additions and 5 deletions

@ -1 +1 @@
Subproject commit 0203764d05dab62d896585e3a84936ba7dde614c
Subproject commit b7aff3692a64dbc96922a60e54862094eaea9fc6

View File

@ -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(),