Skip to content

Commit

Permalink
Remove 'wpkit-admin' from webpack config
Browse files Browse the repository at this point in the history
In the webpack configuration file, the 'wpkit-admin' entry has been deleted. This change reflects that we're no longer bundling scripts specific to the 'wpkit-admin' area in our project.
  • Loading branch information
garikhg committed Jan 21, 2024
1 parent b84458e commit bc81b4b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ const TerserPlugin = require( 'terser-webpack-plugin' );
const entry = {
'wpkit-frontend': path.resolve( __dirname, './assets/scripts/frontend/wpkit-frontend.js' ),
'wpkit-editor': path.resolve( __dirname, './assets/scripts/editor/wpkit-editor.js' ),
'wpkit-admin': path.resolve( __dirname, './assets/scripts/admin/wpkit-admin.js' ),
}

const copyPluginConfig = new CopyPlugin( {
Expand Down

0 comments on commit bc81b4b

Please sign in to comment.