webpack-contrib / i18n-webpack-plugin

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

compiler.parser is deprecated warning issue resolved by replacing it … #38

Closed vivek12345 closed 7 years ago

vivek12345 commented 7 years ago

1) webpack: Using compiler.parser is deprecated warning in webpack 2.2.1 fixed by replacing

compiler.parser.plugin("call " + this.functionName, function(expr) {
compiler.plugin("compilation", function(compilation, data) {
        data.normalModuleFactory.plugin("parser", function(parser, options) {
            parser.plugin("call " + that.functionName, function(expr) {
jsf-clabot commented 7 years ago

CLA assistant check
Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.

:white_check_mark: vivek12345
:x: Vivek Nayyar


Vivek Nayyar seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.