Skip to content

Commit

Permalink
Simplify DEWP test
Browse files Browse the repository at this point in the history
Co-authored-by: Jon Surrell <sirreal@users.noreply.github.com>
  • Loading branch information
sgomes and sirreal authored Sep 18, 2024
1 parent 91eb78d commit b8660f5
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ const DependencyExtractionWebpackPlugin = require( '../../..' );

module.exports = {
plugins: [
new DependencyExtractionWebpackPlugin( {
requestToExternalModule( request ) {
return request.startsWith( '@wordpress/' );
},
} ),
new DependencyExtractionWebpackPlugin(),
],
};

0 comments on commit b8660f5

Please sign in to comment.