Skip to content

1.3.0

Compare
Choose a tag to compare
@alexblom alexblom released this 20 Jul 21:13
· 236 commits to master since this release
  • Ember framework now injects live reload assets from an external addon, similar to Vue & React. This fully resolves #511, #509 and #403;

-- The corber init command now automatically installs the required addon for live reload;
-- When running serve/start you will see a warning if the addon/plugin is not installed;

-- If you created an Ember project prior to [email protected], simply run ember install corber-ember-livereload;
-- If you created a Vue/React project prior to [email protected], run yarn add corber-webpack-plugin --dev and follow the steps outlined on the Vue or React docs