1.0.0 • Published 5 years ago
@streamr/po-loader v1.0.0
po-loader
A small webpack-loader for .po
files
Usage
Tested with webpack@3
1) Install the package with
npm i -S @streamr/po-loader
2) Add the following into webpack config's `module.rules:
{
test: /\.po/,
use: '@streamr/po-loader',
}