Require silverstripe-backend to avoid double include

This commit is contained in:
Ingo Schommer 2016-04-18 08:45:09 +12:00 committed by Damian Mooyman
parent e840ba805e
commit 28e81db545

View File

@ -371,6 +371,7 @@ gulp.task('bundle-framework', function bundleBoot() {
.external('reducer-register')
.external('redux-thunk')
.external('redux')
.external('silverstripe-backend')
.external('silverstripe-component')
.external('bootstrap-collapse')
.bundle()