File Editor
Directories:
.. (Back)
build
src
Files:
LICENSE.txt
babel.config.js
postcss.config.js
webpack.config.js
Create New File
Create
Edit File: babel.config.js
const config = { presets: [ [ '@automattic/jetpack-webpack-config/babel/preset', { pluginReplaceTextdomain: { textdomain: 'jetpack-videopress-pkg' } }, ], ], }; module.exports = config;
Save Changes
Rename File
Rename