This repository was archived by the owner on Jan 28, 2019. It is now read-only.
v6.0.2
- added support for config file to override options of the stylable webpack plugin
/* stylable.congif.js */
module.exports.options = function(options) {
return {...options};
}