b0y-101 Mini Shell


Current Path : E:/www/km/wp2/wp-content/plugins/astra-sites/
File Upload :
Current File : E:/www/km/wp2/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`,
		} ),
	],
};

Copyright © 2019 by b0y-101