laxar-loader

webpack loader for LaxarJS

Example

init.js:

import artifacts from 'laxar-loader?flows=main&themes=cube,default!./package.json';

Query options (aka the stuff after the "?")

  • ?flows: references to the flows to bundle
  • ?themes: references to the themes to bundle

Refer to the webpack documentation for details about the loader syntax.