updated to webpack 1.5.3

pull/3113/head
Keivan Beigi 9 years ago
parent bc037e7319
commit a7001ab322

@ -27,7 +27,7 @@
"gulp-print": "1.1.0",
"gulp-replace": "0.5.0",
"gulp-run": "1.6.6",
"webpack": "1.4.15",
"webpack": "1.5.3",
"gulp-webpack": "1.2.0",
"gulp-wrap": "0.5.0",
"jshint-stylish": "1.0.0",

@ -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',

Loading…
Cancel
Save