/** * External dependencies. */ const path = require( 'path' ); module.exports = { classicBuildPath: path.resolve( __dirname, '..', 'build', 'classic' ), gutenbergBuildPath: path.resolve( __dirname, '..', 'build', 'gutenberg' ), };