Priority File Manager

📁 public_html
Base Directory:
/home/ecedu/public_html/wp-content/plugins/really-simple-ssl/settings
NameTypeSizeActions
📁 .. Folder -
📁 build Folder -
📁 config Folder -
📁 dist Folder -
📄 index.php File 35
Edit Download
📄 settings.php File 30488
Edit Download
📁 src Folder -
📄 webpack.config.js File 638
Edit Download
📄 webpack.feature.config.js File 3872
Edit Download
const defaultConfig = require("@wordpress/scripts/config/webpack.config"); module.exports = { ...defaultConfig, output: { ...defaultConfig.output, filename: '[name].[contenthash].js', chunkFilename: '[name].[contenthash].js', }, resolve: { ...defaultConfig.resolve, fallback: { "path": require.resolve("path-browserify"), }, }, module: { ...defaultConfig.module, rules: [ ...defaultConfig.module.rules, { test: /\.node$/, loader: 'node-loader', }, ], }, };