MSV FM

dot.antimicrobial@66.96.161.157: ~ $
Path : /hermes/bosweb/b1705/constitutionengineering.com/wp-content/plugins/astra-sites/
File Upload :
Current < : /hermes/bosweb/b1705/constitutionengineering.com/wp-content/plugins/astra-sites/webpack.config.js

const RtlCssPlugin = require( 'rtlcss-webpack-plugin' );
const defaultConfig = require( '@wordpress/scripts/config/webpack.config' );

module.exports = {
	...defaultConfig,
	plugins: [
		...defaultConfig.plugins,
		new RtlCssPlugin( {
			filename: `[name]-rtl.css`,
		} ),
	],
};