Actions
Refactor #17263
closedmove javascript JED / i18n translations code to webpack
Description
currently its not possible to use the __ function within webpack code.
While its possible to use the function on a browser (which loads the function via the asset pipeline), its not possible to execute tests against code that uses that (as its not defined).
Another point to ensure is that new strings that are introduced within webpack ES6 code are extracted.
Updated by Amir Fefer over 6 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 60e4da4ca730f809b75c42e34236ba7f664e74d3.
Actions