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
Template updated for Enact 1.0.0-beta.2 and React 15.4.2.
Template's .gitignore file now correctly includes dist.
pack
Added a node Enact build option to support polyfilling NodeJS components. See here for more info.
All localized appinfo.json resources and assets will now be correctly copied to the output directory.
test
Added a polyfill for String.prototype.repeat, as phantomjs lacks the API.
Webpack build warnings will no longer spam the console in certain scenarios.
Test action will now automatically fail when no test suite is found. This was done to allows tests which build incorrect or have missing modules to correctly fail. See #38 for more background information.