mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
updated to webpack 1.5.3
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user