webpack-contrib / i18n-webpack-plugin

[DEPRECATED] Embed localization into your bundle
MIT License
317 stars 74 forks source link

Hide warnings about missing localizations #20

Closed nosovsh closed 7 years ago

nosovsh commented 8 years ago

Is it possible to not show warnings about missing translations that are appearing in the console when webpack is building a project?

    WARNING in ./src/someFile.js
    Missing localization: [Paused]
    Missing localization: [Unpaused]

Or maybe it is possible to do it on webpack level not on this plugin level?

EcutDavid commented 7 years ago

@nosovsh, now you can use the hideMessage option for your goal: https://github.com/webpack/i18n-webpack-plugin#options Thanks to @zhaoshengjun for the PR.