Skip to content

Commit

Permalink
Add version tags
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasplevy committed Aug 10, 2022
1 parent 6047b25 commit f7ca66b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/scripts/config/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @package LifterLMS_Groups/Scripts/Dev
*
* @since Unknown
* @version 3.1.0
* @version [version]
*/

// Deps.
Expand Down Expand Up @@ -85,6 +85,7 @@ function setupEntry( js, srcPath ) {
* @since 2.0.0 Remove default DependencyExtractionWebpackPlugin in favor of our custom loader.
* @since 2.1.0 Added `cleanAfterEveryBuildPatterns` parameter.
* @since 3.1.0 Add `protectWebpackAssets = false` to the `CleanWebpackPlugin` config.
* @since [version] Remove the copy plugin pattern responsible for copying block.json files.
*
* @param {Object[]} plugins Array of plugin objects or classes.
* @param {String[]} css Array of CSS file slugs.
Expand Down

0 comments on commit f7ca66b

Please sign in to comment.