webpack-encore

A simple but powerful API for processing & compiling assets built around Webpack

MIT License

Downloads
725.2K
Stars
2.2K
Committers
91

Bot releases are visible (Hide)

webpack-encore - v0.20.1

Published by weaverryan over 6 years ago

A new release! But, a boring one - just one fixed mistake.

To upgrade: yarn upgrade

Changes: v0.20.0..v0.21.1

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

Highlights:

  • Upgraded webpack-manifest-plugin from 2.0.0 RC1 to ^2.0.0.
    The original RC version was not meant to be used in a release.
    #306 via @weaverryan
webpack-encore - v0.20.0

Published by weaverryan over 6 years ago

Yes! New Release! Features! Fixes! Action! Progress! ⏩ 💯

To upgrade: yarn upgrade

Changes: v0.19.0..v0.20.0

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

Highlights:

  • Added Encore.configureUrlLoader() method that allows you
    to inline smaller images/file assets for better performance
    #296 via @Lyrkan

  • Improved error messages that recommend using yarn vs npm
    #291 via @Lyrkan

  • Fixed bug with using --stats option #299 via @Lyrkan

  • Allow configuration callbacks to return their value
    #300 via @Lyrkan

  • Updated to use the new v2 of webpack-manifest-plugin
    #164 via @weaverryan

webpack-encore - v0.19.0

Published by weaverryan over 6 years ago

🌈 & 🦄's! It's a new Release!

To upgrade: yarn upgrade

Changes: v0.18.0..v0.19.0

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

Highlights:

  • Updated how Encore is exported to support better IDE auto-completion
    #263 via @florentdestremau
webpack-encore - v0.18.0

Published by weaverryan over 6 years ago

Go team! New Release!

To upgrade: yarn upgrade

Changes: v0.17.2..v0.18.0

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

Highlights:

  • Added Encore.addAliases() and Encore.addExternal() shortcut methods
    #217 via @Lyrkan

  • Fixed hash lengths - normalized all to 8 - #216 via @Lyrkan

  • Added CoffeeScript loader - #201 via @harentius

webpack-encore - v0.17.2

Published by weaverryan over 6 years ago

Yes! New Release!

To upgrade: yarn upgrade

Changes: v0.17.1..v17.0.2

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

Highlights:

  • Allowed relative paths to be used in setPublicPath() - #196
webpack-encore - v0.17.1

Published by weaverryan almost 7 years ago

Yes! New Release!

To upgrade: yarn upgrade

Changes: v0.17.0..v0.17.1

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

Highlights:

  • Fixed --json option - see #215 (thanks @Lyrkan)
webpack-encore - v0.17.0

Published by weaverryan almost 7 years ago

Yes! I love the number 17!

To upgrade: yarn upgrade

Changes: v0.16.0..v0.17.0

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

Highlights:

  • Added build notifications by calling Encore.enableBuildNotifications() -
    #190 via @Lyrkan

  • Added Stylus support via Encore.enableStylusLoader() - #195
    via @mneuhaus

webpack-encore - v0.16.0

Published by weaverryan about 7 years ago

Great Scott! It's a new Release!

To upgrade: yarn upgrade

Changes: v0.15.1..v0.16.0

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

Highlights:

  • Added a priority argument to the addPlugin() method so that we
    can (mostly in the future) allow plugins to be ordered, if/when
    that becomes necessary - #177 via @Lyrkan

  • Fixed several minor bugs related to extra .map files (#170),
    always having a DefinePlugin enabled (#172), fixing extra
    instances of the ts-loader (#181) and upgrading a dependency
    to avoid a deprecation warning (#182) - all via @Lyrkan

webpack-encore - v0.15.1

Published by weaverryan about 7 years ago

Yes! New Release! Bugs have been squashed!!!

To upgrade: yarn upgrade

Changes: v0.15.0..v0.15.1

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

Highlights:

  • Fixed bug with using ? in your versioning strategy with
    addStyleEntry - #161 via @Lyrkan

  • Fixed bug when using webpack.config.babel.js with ES6
    imports - #167 via @Lyrkan

webpack-encore - v0.15.0

Published by weaverryan about 7 years ago

We did it! Tell your friends! Another new release!

To upgrade: yarn upgrade

Changes: v0.14.0..v0.15.0

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

Highlights:

  • Add support for Preact - #144 via @Lyrkan

  • Added Encore.configureManifestPlugin() method - #142 via @Seikyo

  • Added 5 new methods to configure plugins! #152 via @Lyrkan

    • Encore.configureDefinePlugin()
    • Encore.configureExtractTextPlugin()
    • Encore.configureFriendlyErrorsPlugin()
    • Encore.configureLoaderOptionsPlugin()
    • Encore.configureUglifyJsPlugin()
webpack-encore - v0.14.0

Published by weaverryan about 7 years ago

Holy progress Batman! It's a new release!

To upgrade: yarn upgrade

Changes: v0.13.0..v0.14.0

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

Highlights:

  • Added Encore.configureFilenames() so that you can fully control
    the filename patterns for all types of files - #137 via @Lyrkan

  • Added Encore.configureRuntimeEnvironment(), which is useful
    if you need to require webpack.config.js from some non-Encore
    process (e.g. Karma) - #115 via @Lyrkan

webpack-encore - v0.13.0

Published by weaverryan about 7 years ago

Amazing, wonderful, incredible news! It's a new release!

To upgrade: yarn upgrade

Changes: v0.12.0..v0.13.0

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

Highlights:

  • [BEHAVIOR CHANGE] Image and font files now always include
    a hash in their filename, and the hash is shorter - #110 via @Lyrkan

  • Fixed a bug that caused extra comments to be in the final production
    compiled JavaScript - #132 via @weaverryan

  • Encore.enablePostCssLoader() now accepts an options callback -
    #130 via @Lyrkan

  • Encore.enableLessLoader() now accepts an options callback -
    #134 via @Lyrkan

  • Added Encore.enableForkedTypeScriptTypesChecking() to enable
    fork-ts-checker-webpack-plugin
    for faster typescript type checking - #101 via @davidmpaz

  • Added Encore.disableImagesLoader() and Encore.disableFontsLoader()
    to totally disable the file-loader rules for images and fonts -
    #103 via @Lyrkan

webpack-encore - v0.12.0

Published by weaverryan about 7 years ago

Woohoo! New Release!

To upgrade: yarn upgrade

Changes: v0.11.0..v0.12.0

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

Highlights:

  • Fixed a bug with webpack 3.4.0 ("Can't resolve dev") - #114.

  • Added --keep-public-path option to dev-server that allows
    you to specify that you do not want your publicPath to
    automatically point at the dev-server URL. Also relaxed the
    requirements when using dev-server so that you can now
    specify a custom, fully-qualified publicPath URL - #96

  • Fixed bug where @import CSS wouldn't use postcss - #108

webpack-encore - v0.11.0 - Webpack 3

Published by weaverryan over 7 years ago

Yes! New Release!

To upgrade: yarn upgrade

Changes: v0.10.0..v0.11.0

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

Highlights:

  • The webpack package was upgraded from version 2.2 to 3.1 #53. The
    extract-text-webpack-plugin package was also upgraded from
    2.1 to 3.0.
webpack-encore - v0.10.0

Published by weaverryan over 7 years ago

Great Scott! A new Release!

To upgrade: yarn upgrade

Changes: v0.9.1..v0.10.0

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

Highlights:

  • [BC BREAK] If you're using enableSassLoader() AND passing an options
    array, the options now need to be moved to the second argument:

    // before
    .enableSassLoader({ resolve_url_loader: true });
    
    // after
    enableSassLoader(function(sassOptions) {}, {
        resolve_url_loader: true
    })
    
  • Allowing typescript options callback to be optional - #75

  • Allow the Encore singleton to be reset - #83

  • Fixing bug with vue-loader and sass - #89

webpack-encore - v0.9.1

Published by weaverryan over 7 years ago

Squashing a bug!

Changes: v0.9.0..v0.9.1

Upgrade with yarn upgrade

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

Highlights:

  • Syntax error fix - #64
webpack-encore - v0.9.0

Published by weaverryan over 7 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

webpack-encore - v0.8.0

Published by weaverryan over 7 years ago

Changes: v0.7.2..v0.8.0

Highlights:

  • Windows support fixed #28

  • Added Encore.addPlugin() #19

  • Added Encore.addLoader() #11

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