updated to webpack 1.5.3

This commit is contained in:
Keivan Beigi 2015-02-03 15:33:40 -08:00
commit a7001ab322
2 changed files with 4 additions and 2 deletions

View file

@ -1,7 +1,9 @@
var path = require('path');
module.exports = {
entry : 'main.js',
resolve : {
root : 'src/UI',
root : path.join(__dirname, "src", "ui"),
alias : {
'templates' : '/templates',
'backbone' : 'Shims/backbone',