Closed PawelK2012 closed 6 years ago
I wonder if there is a way to dynamically assign value to developmentLocale? For example I would like to access window.navigator.language and assign it to developmentLocale inside webpack-config.js.
developmentLocale
window.navigator.language
webpack-config.js
Can you explain your use case please? I don't get why would you want it...
Nevermind. It was so long ago I don't even remember.
Thanks for replying and sorry for the very long time to get to your issue.
I wonder if there is a way to dynamically assign value to
developmentLocale
? For example I would like to accesswindow.navigator.language
and assign it todevelopmentLocale
insidewebpack-config.js
.