Closed blond closed 9 years ago
The ability to choose environment for i18n bundle. By default it exports to all environments: CommonJS, YModules, and if nothing to global scope.
For, examples, if need exports to global scope only:
exports: { globals: true, commonJS: false, ym: false }
To force exports to global scope in CommonJS or Ymodules you can use force value:
force
exports: { globals: 'force', commonJS: true }
The ability to choose environment for i18n bundle. By default it exports to all environments: CommonJS, YModules, and if nothing to global scope.
For, examples, if need exports to global scope only:
To force exports to global scope in CommonJS or Ymodules you can use
force
value: