Sagui Versions Save

:monkey: Front-end tooling in a single dependency

v11.5.0

6 years ago
  • Add configuration for vendor and commons chunk #417 by @Deschtex

v11.4.2

6 years ago
  • Fix Travis deployment 3a5b482 by @pirelenito

v11.4.1

6 years ago

Fix deployment of v11.4.0.

v11.4.0

6 years ago
  • Set minChunks to 2 by default in CommonChunksPlugin #412 by @npejo

THIS RELEASE IS BROKEN

An issue in Travis prevented the built assets from being published in npm.

v11.3.0

6 years ago
  • Fix dependencies issue #410 by @pirelenito

v11.2.0

6 years ago
  • Does not work with yarn install #405 via #407 by @pirelenito and @xaviervia

THIS RELEASE IS BROKEN

An issue in Travis prevented the built assets from being published in npm.

v11.1.0

6 years ago
  • Fix the sockjs-node connection errors while dev server is running #393 by @npejo
  • Warn if there is case mismatch in module path #392 by @npejo

v11.0.2

6 years ago

Disables scope hoisting which was introduced with the Wepback 3 update in Sagui v11.

  • Remove the ModuleConcatenationPlugin #388 by @npejo

v11.0.1

6 years ago
  • Remove the DedupePlugin #387 by @npejo

v11.0.0

6 years ago

Highlights ?

  • Webpack 3;
  • Chrome Headless by default to run the tests;
  • Improved build times by using Babel cache;
  • Update Standard and Prettier linting rules to their latest definitions;
  • Friendlier development environment while dealing with linting errors;

Complete list of changes:

  • Update to Wepback 3 #373 by @pirelenito
  • Use Chrome Headless by default to run unit tests #379 by @npejo
  • Disable symlink resolving in Webpack config #382 by @xaviervia
  • Bump all dependencies to latest stable except postcss-loader ? #380 by @pirelenito
  • Non-intrusive ESLint messages while in development ? #386 by @pirelenito
  • Add support to dynamic imports #385 by @npejo
  • Enable transpile cache for babel loader #384 by @npejo
  • Add .eslintignore to fix linting issue #383 by @xaviervia