Skip to content

Commit

Permalink
fix(module): add missing dependency when adding bazel module
Browse files Browse the repository at this point in the history
  • Loading branch information
tinesoft committed Mar 22, 2018
1 parent fb8f2ea commit 1dfc011
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/validators.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ const NG_MODULES_DEPENDENCIES = {
'platform-webworker-dynamic': ['core', 'compiler', 'platform-browser', 'platform-webworker'],
'platform-webworker': ['core', 'platform-browser'],
'animations': ['core'],
'service-worker': ['core', 'common']
'service-worker': ['core', 'common'],
'bazel': ['compiler-cli']
};

module.exports = {
Expand Down

0 comments on commit 1dfc011

Please sign in to comment.