Basename namesapce option for modules

This commit is contained in:
2015-08-02 18:56:58 +02:00
parent 3cd2541f7f
commit 44b46d8f5f
3 changed files with 40 additions and 19 deletions

9
test/livereload/base.js Normal file
View File

@@ -0,0 +1,9 @@
'use strict';
module.exports = function() {
return {
run : function () {
return 1;
}
};
};