UNPKG

lasso

Version:

Lasso.js is a build tool and runtime library for building and bundling all of the resources needed by a web application

17 lines (13 loc) 268 B
module.exports = { properties: { 'path': 'string' }, // we don't actually produce JavaScript or CSS contentType: 'none', read: function (lassoContext) { return null; }, calculateKey() { return 'comment'; } };