build(graphql): add graphql to bundle

This commit is contained in:
Pavel Lang 2018-12-07 23:25:21 +01:00
parent f0df74079c
commit f7abfe5a37
No known key found for this signature in database
GPG key ID: 623A223A57974B55

View file

@ -70,6 +70,7 @@ bundleOne('perl/perl'),
bundleOne('powerquery/powerquery') bundleOne('powerquery/powerquery')
bundleOne('azcli/azcli') bundleOne('azcli/azcli')
bundleOne('apex/apex'); bundleOne('apex/apex');
bundleOne('graphql/graphql');
function bundleOne(moduleId, exclude) { function bundleOne(moduleId, exclude) {
requirejs.optimize({ requirejs.optimize({