I changed target: esnext
to es2018
in tsconfig.json
file. Now it works.
Webpack issue for reference : https://github.com/webpack/webpack/issues/10227
I changed target: esnext
to es2018
in tsconfig.json
file. Now it works.
Webpack issue for reference : https://github.com/webpack/webpack/issues/10227