Skip to content
Permalink
master
Go to file
 
 
Cannot retrieve contributors at this time
8 lines (7 sloc) 192 Bytes
module.exports = ( api ) => {
api.cache( true );
return {
presets: [ '@wordpress/babel-preset-default' ],
plugins: [ 'babel-plugin-emotion', 'babel-plugin-inline-json-import' ],
};
};
You can’t perform that action at this time.