New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@symfony/webpack-encore

Package Overview
Dependencies
Maintainers
3
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@symfony/webpack-encore - npm Package Versions

0.9.0

Diff
weaverryan
published 0.9.0 •

Changelog

Source

0.9.0

  • [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

weaverryan
published 0.8.0 •

Changelog

Source

0.8.0

  • Windows support fixed #28

  • Added Encore.addPlugin() #19

  • Added Encore.addLoader() #11

  • Encore.cleanupOutputBeforeBuild() now empties the directory instead or removing it.

weaverryan
published 0.7.2 •
weaverryan
published 0.7.1 •
weaverryan
published 0.7.0 •
weaverryan
published 0.6.0 •