3.9.5 • Published 4 years ago
@translation/snowpack-plugin v3.9.5
@translation/snowpack-plugin
Snowpack plugin which compiles on the fly the .po files for auto-refreshing. In summary,
lingui compile
command isn't required when using this plugin
@translation/snowpack-plugin
is part of LinguiJS. See the documentation for all information, tutorials and examples.
Installation
npm install --save-dev @translation/snowpack-plugin
# yarn add --dev @translation/snowpack-plugin
Usage
Via snowpack.config.js
(Recommended)
snowpack.config.js
module.exports = {
plugins: [
'@translation/snowpack-plugin',
],
}