mirror of
https://github.com/openstf/stf
synced 2025-10-03 17:59:28 +02:00
Update bluebird because the deprecated features are still available. Use same bluebird in browser.
This commit is contained in:
parent
77261ffd43
commit
cc403ee553
5 changed files with 93 additions and 54 deletions
|
@ -30,8 +30,7 @@ module.exports = {
|
|||
'angular-bootstrap': 'angular-bootstrap/ui-bootstrap-tpls',
|
||||
'localforage': 'localforage/dist/localforage.js',
|
||||
'socket.io': 'socket.io-client',
|
||||
'oboe': 'oboe/dist/oboe-browser',
|
||||
'bluebird': 'bluebird/js/browser/bluebird'
|
||||
'oboe': 'oboe/dist/oboe-browser'
|
||||
}
|
||||
},
|
||||
module: {
|
||||
|
@ -57,8 +56,7 @@ module.exports = {
|
|||
{ test: /oboe-browser\.js$/, loader: 'imports?define=>false!exports?oboe'},
|
||||
{ test: /uuid\.js$/, loader: 'imports?require=>undefined'},
|
||||
//{ test: /ui-bootstrap-tpls\.js$/, loader: 'script'},
|
||||
{ test: /dialogs\.js$/, loader: 'script'},
|
||||
{ test: /bluebird\.js$/, loader: 'imports?require=>undefined'}
|
||||
{ test: /dialogs\.js$/, loader: 'script'}
|
||||
],
|
||||
preLoaders: [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue