uawdijnntqw1x1x1
IP : 13.58.172.157
Hostname : c17w.hoster.ru
Kernel : Linux c17w.hoster.ru 3.10.0 #1 SMP Tue Jan 25 12:49:12 MSK 2022 x86_64
Disable Function : dl,shell_exec,exec,system,passthru,popen,proc_open,proc_nice,proc_get_status,proc_close,proc_terminate,posix_mkfifo,chown,chgrp,show_source,opcache_reset,opcache_get_configuration,opcache_get_status
OS : Linux
PATH:
/
home
/
srv221441
/
kso-don.ru
/
wp-content
/
plugins
/
presto-player
/
.
/
.
/
..
/
.
/
astra-sites
/
webpack.config.js
/
/
const RtlCssPlugin = require( 'rtlcss-webpack-plugin' ); const path = require( 'path' ); const defaultConfig = require( '@wordpress/scripts/config/webpack.config' ); module.exports = { ...defaultConfig, entry: path.join( __dirname, 'inc/assets/js/index.js' ), plugins: [ ...defaultConfig.plugins, new RtlCssPlugin( { filename: '[name]-rtl.css', } ), ], externals: { react: 'React', 'react-dom': 'ReactDOM', }, module: { rules: [ ...defaultConfig.module.rules, { test: /\.s[ac]ss$/i, use: [ // Compiles Sass to CSS 'sass-loader', // PostCSS 'postcss-loader', ], }, { test: /\.css$/i, use: [ // Translates CSS into CommonJS 'css-loader', // PostCSS 'postcss-loader', ], }, ], }, resolve: { // ... fallback: { 'react/jsx-runtime': require.resolve( 'react/jsx-runtime' ), }, alias: { ...defaultConfig.resolve.alias, '@WhatsNew': path.resolve( __dirname, 'inc/lib/whats-new/' ), }, }, };
/home/srv221441/kso-don.ru/wp-content/plugins/presto-player/././.././astra-sites/webpack.config.js