commit | c8f166ecd46ed3c20b100ca4300997047640e5d1 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@onlab.us> | Thu Jan 19 18:36:18 2017 -0800 |
committer | Gerrit Code Review <gerrit@localhost> | Thu Jan 19 18:36:18 2017 -0800 |
tree | 56642b294479660e0d853966f08f72d4139d4ba0 | |
parent | 7393f9bcc74d3e8714cba8c062c48e19c6153c73 [diff] | |
parent | 9d7940ce20a20faab1de363c28b8a8ef405b9624 [diff] |
Merge "Added Side panel component"
diff --git a/conf/webpack-dist.conf.js b/conf/webpack-dist.conf.js index 54ac67e..f322882 100644 --- a/conf/webpack-dist.conf.js +++ b/conf/webpack-dist.conf.js
@@ -90,7 +90,6 @@ ] }, entry: { - config: `./${conf.path.src('app/config/style.config.ts')}`, app: `./${conf.path.src('index')}`, vendor: Object.keys(pkg.dependencies) },