Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: WordPress/gutenberg
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b8660f5336fc15af9e2e9403f231d90aa23f2d51
Choose a base ref
..
head repository: WordPress/gutenberg
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 28f1b5b308a62098f0e1e253cb734c83b2fa1356
Choose a head ref
Showing with 1 addition and 3 deletions.
  1. +1 −3 packages/dependency-extraction-webpack-plugin/test/fixtures/polyfill-magic-comment/webpack.config.js
Original file line number Diff line number Diff line change
@@ -4,7 +4,5 @@
const DependencyExtractionWebpackPlugin = require( '../../..' );

module.exports = {
plugins: [
new DependencyExtractionWebpackPlugin(),
],
plugins: [ new DependencyExtractionWebpackPlugin() ],
};