PHP array Loader Installation npm install php-array-loader Usage webpack.config.js module.exports = { module: { rules: [ { test: /\.php$/, use: 'php-array-loader' } ] } } import config from 'config.php'