mirror of
https://github.com/openstf/stf
synced 2025-10-03 09:49:17 +02:00
- Adding bluebird from bower instead of npm so we don't have to build it every time.
This commit is contained in:
parent
e99922abe8
commit
35ae4627fe
2 changed files with 5 additions and 2 deletions
|
@ -24,6 +24,7 @@ module.exports = {
|
|||
, 'socket.io': 'socket.io-client/dist/socket.io'
|
||||
, 'oboe': 'oboe/dist/oboe-browser'
|
||||
, 'ng-file-upload': 'ng-file-upload/angular-file-upload'
|
||||
, 'bluebird': 'bluebird/js/browser/bluebird'
|
||||
}
|
||||
}
|
||||
, module: {
|
||||
|
@ -50,10 +51,11 @@ module.exports = {
|
|||
, { test: /angular-animate\.js/, loader: 'imports?angular=angular'}
|
||||
, { test: /angular-growl\.js/, loader: 'imports?angular=angular'}
|
||||
, { test: /oboe-browser\.js/, loader: 'imports?define=>false!exports?oboe'}
|
||||
, { test: /uuid\.js/, loader: 'imports?require=>false'}
|
||||
, { test: /uuid\.js/, loader: 'imports?require=>undefined'}
|
||||
, { test: /localforage\.js/, loader: 'script'}
|
||||
, { test: /ui-bootstrap-tpls\.js/, loader: 'script'}
|
||||
, { test: /dialogs\.js/, loader: 'script'}
|
||||
, { test: /bluebird\.js/, loader: 'imports?require=>undefined'}
|
||||
]
|
||||
, noParse: [
|
||||
// pathutil.resource('bower_components')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue