mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 13:10:13 -07:00
updated to webpack 1.5.3
This commit is contained in:
parent
bc037e7319
commit
a7001ab322
2 changed files with 4 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue