You've already forked Sonarr
							
							
				mirror of
				https://github.com/Sonarr/Sonarr.git
				synced 2025-10-31 00:07:55 +02:00 
			
		
		
		
	updated to webpack 1.5.3
This commit is contained in:
		| @@ -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', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user