Releases: goldenplanetdk/symfony-webpack
Releases · goldenplanetdk/symfony-webpack
0.7.3
0.7.2
Fix WEBPACK_MODE value for webpack-dev-server
0.7.1
Added condition for manifest file deletion
New syntax. Common chunk groups
0.7.0 New webpack tag syntax. New commons chunk groups
0.6.1: Support multi-compiler mode
**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
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
Updated WEBPACK_MODE
0.5.1
Added `webpack:watch` command
0.5
Initial commit