You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed ES6 module format not being transpiled to CommonJS standard.
pack
Improved support for screenTypes within the enact object in the package.json. Can now be:
Array of screen literal values (empty array fo no screen types to pass)
String filepath to a local project json file
String path to a dependency module json file
Undefined/falsey to fallback to default Moonstone
Added support for deep option within the enact object in the package.json. It represents 1 or more javascript conditions that, when met, indicate the page load was originating from an external deep link, and the prerender should not be shown (as the initial state of the window will not be the prerendered content). This can be a string or a string array.