Skip to content

Commit

Permalink
Search: Backport Customberg's Babel configuration from WPCOM (#20753)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsnmoon authored Aug 23, 2021
1 parent 476e801 commit 8a134ff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: other

Search: Backports Customberg babel configuration from WordPress.com
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
module.exports = () => {
return {
presets: [ require.resolve( '@wordpress/babel-preset-default' ) ],
plugins: [],
};
};
// Uses the same babel configuration as Instant Search.
module.exports = require( '../instant-search/babel.config' );

0 comments on commit 8a134ff

Please sign in to comment.