@bluecateng/l10n-loader
v0.1.7
Published
Webpack loader for po files
Downloads
1,434
Readme
@bluecateng/l10n-loader
Webpack loader for po files.
Installation
npm i -D @bluecateng/l10n-loader
Usage
Add this object to the webpack
configuration.
module: {
rules: [
{
test: /\.po$/,
loader: '@bluecateng/l10n-loader',
},
],
}