Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 523 Bytes

README.md

File metadata and controls

31 lines (26 loc) · 523 Bytes

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'