From ebaea17a97b54d9fefce90b6b20baf59bf3e8f9b Mon Sep 17 00:00:00 2001 From: Gunther Brunner Date: Fri, 12 Dec 2014 19:43:06 +0900 Subject: [PATCH] Add stats alias. --- webpack.config.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/webpack.config.js b/webpack.config.js index 440069d2..07eeada6 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -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: {