Skip to content

Releases: goldenplanetdk/symfony-webpack

0.7.3

22 Aug 11:22
Compare
Choose a tag to compare
Downgrade php version dependency

0.7.2

24 Jul 08:54
Compare
Choose a tag to compare
Fix WEBPACK_MODE value for webpack-dev-server

0.7.1

24 Jun 23:14
Compare
Choose a tag to compare
Added condition for manifest file deletion

New syntax. Common chunk groups

24 Jun 18:01
Compare
Choose a tag to compare
0.7.0

New webpack tag syntax. New commons chunk groups

0.6.1: Support multi-compiler mode

30 Mar 14:27
Compare
Choose a tag to compare
**Issue:**
When multiple configurations are generated in webpack.config.js the resulting `webpack_manifest.php` contains entry points only from the last configuration.

**Resolution:**
In multi-compiler mode the `assets-webpack-plugin` appends the entry points to webpack_manifest.php for every webpack configuration so this file should not be deleted.

https://github.com/goldenplanetdk/symfony-webpack/projects/1#card-2293137

0.6.0: Updated to Webpack 2

03 Feb 00:59
Compare
Choose a tag to compare
Additionally:
- updated all dependencies to latest versions
- configs and tests now run on Webpack 2.2.1
- updated jsdoc in webpsck config
- added additional webpack-rules config file
- changed short bundle alias from snake_case to camelCase
- PHP code style and refactor

0.5.2

30 Jan 20:52
Compare
Choose a tag to compare
Updated WEBPACK_MODE

0.5.1

30 Jan 20:08
Compare
Choose a tag to compare
Added `webpack:watch` command

0.5

30 Jan 12:01
Compare
Choose a tag to compare
0.5
Initial commit