mirror of
https://github.com/openstf/stf
synced 2025-10-03 17:59:28 +02:00
Add stats alias.
This commit is contained in:
parent
f5a121546e
commit
ebaea17a97
1 changed files with 3 additions and 2 deletions
|
@ -32,12 +32,13 @@ module.exports = {
|
|||
modulesDirectories: [
|
||||
'web_modules',
|
||||
'bower_components',
|
||||
'node_modules',
|
||||
'node_modules'
|
||||
],
|
||||
alias: {
|
||||
'angular-bootstrap': 'angular-bootstrap/ui-bootstrap-tpls',
|
||||
'localforage': 'localforage/dist/localforage.js',
|
||||
'socket.io': 'socket.io-client'
|
||||
'socket.io': 'socket.io-client',
|
||||
'stats': 'stats.js/src/Stats.js'
|
||||
}
|
||||
},
|
||||
module: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue