1
0
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:
Paulus Schoutsen
2016-11-27 13:19:02 -08:00
parent 24dd4357d8
commit f99662d6ba
2 changed files with 2 additions and 5 deletions

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