1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-03 17:59:28 +02:00

Add stats alias.

This commit is contained in:
Gunther Brunner 2014-12-12 19:43:06 +09:00
parent f5a121546e
commit ebaea17a97

View file

@ -32,12 +32,13 @@ module.exports = {
modulesDirectories: [ modulesDirectories: [
'web_modules', 'web_modules',
'bower_components', 'bower_components',
'node_modules', 'node_modules'
], ],
alias: { alias: {
'angular-bootstrap': 'angular-bootstrap/ui-bootstrap-tpls', 'angular-bootstrap': 'angular-bootstrap/ui-bootstrap-tpls',
'localforage': 'localforage/dist/localforage.js', 'localforage': 'localforage/dist/localforage.js',
'socket.io': 'socket.io-client' 'socket.io': 'socket.io-client',
'stats': 'stats.js/src/Stats.js'
} }
}, },
module: { module: {