npm @symfony/webpack-encore 0.9.0
v0.9.0

latest releases: 4.6.1, 4.6.0, 4.5.0...
6 years ago

Yes! New Release!

Changes: v0.8.0..v0.9.0

Documentation: http://symfony.com/doc/current/frontend.html

Highlights:

  • [BEHAVIOR CHANGE] When using autoProvidejQuery(), window.jQuery is now also
    included (and so will be re-written in the compiled files). If you're also exposing
    jQuery as a global variable, you'll need to update your code:

    // Before: if you had this
    window.jQuery = require('jquery');
    
    // After: change to this
    global.jQuery = require('jquery');
  • Vue.js support! See #49

  • Typescript support! See #50

Don't miss a new webpack-encore release

NewReleases is sending notifications on new releases.