Skip to content

Bug Fixes and 4 New Options

Compare
Choose a tag to compare
@gfranko gfranko released this 18 Feb 03:51
· 129 commits to master since this release

Bug Fixes

  • Conditional AMD checks were always getting cleaned. #28

New Options

  • prefixMode - Allows you to decide whether you would like your module names normalized with underscores or the camel case convention
  • prefixTransform - Function hook that gives users full control to write their own logic for how module names are transformed. #26
  • removeModules - An array of module names that should be removed from the source (e.g. removing the RequireJS text! plugin from getting inlined) #29
  • wrap - Similar functionality to the RequireJS wrap option. This was added for web apps that use the globalObject AMDClean option and the onModuleBundleComplete RequireJS hook, but want the "global" object locally scoped. #31