plist-loader

1.0.2 • Public • Published

plist-loader

Loads .plist property list files using the plist package.

plist files often contain environment variables like ${ENV_VAR}, which can be supplied with envvar-loader before plist-loader.

// webpack.config.js

module.exports = {
  ...
  module: {
    rules: [
      {
        test: /\.plist$/,
        loader: 'plist-loader',
      },
      {
        test: /\.plist$/,
        loader: 'envvar-loader',
      },
    ]
  }
  ...
}

Readme

Keywords

none

Package Sidebar

Install

npm i plist-loader

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

1.25 kB

Total Files

3

Last publish

Collaborators

  • mtso