Skip to content

jsantell/properties-loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

properties-loader

Loader for .properties files for Webpack

Build Status

Installation

$ npm install properties-loader

Usage

The returned module of a properties-loader file is just a simple key value mapping via the properties module.

# l10n.properties
greeting.hello=Hello!
var L10N = require("properties-loader!./l10n.properties");
console.log(L10N.greeting.hello); // "Hello!"

Testing

TODO

License

MIT License, Copyright (c) 2015 Jordan Santell

About

Loader for .properties files for Webpack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published