mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Require silverstripe-backend to avoid double include
This commit is contained in:
parent
e840ba805e
commit
28e81db545
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user