X7ROOT File Manager
Current Path:
/home/katmhsmi/public_html/wp-content/plugins/really-simple-ssl/settings
home
/
katmhsmi
/
public_html
/
wp-content
/
plugins
/
really-simple-ssl
/
settings
/
📁
..
📁
build
📁
config
📁
dist
📄
index.php
(35 B)
📄
settings.php
(31.97 KB)
📁
src
📄
webpack.config.js
(638 B)
📄
webpack.feature.config.js
(2.5 KB)
Editing: webpack.config.js
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', }, ], }, };
Upload File
Create Folder