Initial webpack config with JS build support
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
var canopy = require('canopy');
|
||||
|
||||
module.exports = function(source) {
|
||||
this.cacheable();
|
||||
return canopy.compile(source);
|
||||
};
|
||||
Reference in New Issue
Block a user