mirror of
https://github.com/openstf/stf
synced 2025-10-03 17:59:28 +02:00
- Updating sensible dependencies.
- Removing shim for socket.io-client since it now supports browserify. - Removing component.json since its not used.
This commit is contained in:
parent
085c6d2ee0
commit
a8b89a143e
3 changed files with 57 additions and 49 deletions
|
@ -28,7 +28,7 @@ module.exports = {
|
|||
, alias: {
|
||||
'angular-bootstrap': 'angular-bootstrap/ui-bootstrap-tpls'
|
||||
, 'localforage': 'localforage/dist/localforage.js'
|
||||
, 'socket.io': 'socket.io-client/socket.io.js'
|
||||
, 'socket.io': 'socket.io-client'
|
||||
, 'oboe': 'oboe/dist/oboe-browser'
|
||||
, 'bluebird': 'bluebird/js/browser/bluebird'
|
||||
}
|
||||
|
@ -65,7 +65,6 @@ module.exports = {
|
|||
, { test: /ui-bootstrap-tpls\.js/, loader: 'script'}
|
||||
, { test: /dialogs\.js/, loader: 'script'}
|
||||
, { test: /bluebird\.js/, loader: 'imports?require=>undefined'}
|
||||
, { test: /socket\.io\.js/, loader: 'imports?require=>undefined'}
|
||||
]
|
||||
, noParse: [
|
||||
// pathutil.resource('bower_components')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue