File "webpack.config.js"

Full Path: /home/amervokv/ecomlive.net/wp-content/mu-plugins/vendor/godaddy-wordpress/styles/webpack.config.js
File size: 226 bytes
MIME-type: text/plain
Charset: utf-8

const path = require( 'path' );
const defaultConfig = require( '@wordpress/scripts/config/webpack.config' );

module.exports = {
	...defaultConfig,

	entry: {
		latest: path.resolve( process.cwd(), 'src', 'index.js' ),
	},
};