Basename namesapce option for modules
This commit is contained in:
9
test/livereload/base.js
Normal file
9
test/livereload/base.js
Normal file
@@ -0,0 +1,9 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = function() {
|
||||
return {
|
||||
run : function () {
|
||||
return 1;
|
||||
}
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user