mirror of
https://github.com/openstf/stf
synced 2025-10-03 09:49:17 +02:00
Updated bower dependencies.
This commit is contained in:
parent
5d190db1b7
commit
45698c6977
2 changed files with 3 additions and 6 deletions
|
@ -29,8 +29,7 @@ module.exports = {
|
|||
alias: {
|
||||
'angular-bootstrap': 'angular-bootstrap/ui-bootstrap-tpls',
|
||||
'localforage': 'localforage/dist/localforage.js',
|
||||
'socket.io': 'socket.io-client',
|
||||
'oboe': 'oboe/dist/oboe-browser'
|
||||
'socket.io': 'socket.io-client'
|
||||
}
|
||||
},
|
||||
module: {
|
||||
|
@ -53,9 +52,7 @@ module.exports = {
|
|||
{ test: /angular-touch\.js$/, loader: 'imports?angular=angular'},
|
||||
{ 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=>undefined'},
|
||||
//{ test: /ui-bootstrap-tpls\.js$/, loader: 'script'},
|
||||
{ test: /dialogs\.js$/, loader: 'script'}
|
||||
],
|
||||
preLoaders: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue