UNPKG

@streamr/po-loader

Version:
19 lines (15 loc) 269 B
# 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', } ```