Skip to content

Commit

Permalink
restore CopyWebpackPlugin and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
0aveRyan committed Jan 5, 2021
1 parent 5e49e5c commit 01fe4a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bluehost-wordpress-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: Bluehost
* Description: This plugin integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.
* Version: 2.5.1
* Version: 2.5.2
* Requires at least: 4.7
* Requires PHP: 5.6
* Author: Bluehost
Expand All @@ -27,7 +27,7 @@
}

// Define constants
define( 'BLUEHOST_PLUGIN_VERSION', '2.5.1' );
define( 'BLUEHOST_PLUGIN_VERSION', '2.5.2' );
define( 'BLUEHOST_PLUGIN_FILE', __FILE__ );
define( 'BLUEHOST_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
define( 'BLUEHOST_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ const appWebpackConfig = {
new MiniCssExtractPlugin({
filename: '[name].css',
}),
// new CopyWebpackPlugin(fileMatrix),
new CopyWebpackPlugin(fileMatrix),
],
optimization: {
splitChunks: {
Expand Down

0 comments on commit 01fe4a0

Please sign in to comment.