1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

updated to webpack 1.5.3

This commit is contained in:
Keivan Beigi
2015-02-03 15:33:40 -08:00
parent bc037e7319
commit a7001ab322
2 changed files with 4 additions and 2 deletions
+3 -1
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',