Skip to content
This repository was archived by the owner on Jan 28, 2019. It is now read-only.

v6.0.2

Choose a tag to compare

@barak007 barak007 released this 07 Jan 09:47
· 41 commits to master since this release
  • added support for config file to override options of the stylable webpack plugin
/* stylable.congif.js */
module.exports.options = function(options) {
   return {...options};
}