rmariuzzo / laravel-localization-loader

Laravel Localization loader for webpack. Convert Laravel Translation strings to JavaScript Objects.
MIT License
70 stars 7 forks source link

Remove json-loader #10

Closed okaufmann closed 3 years ago

okaufmann commented 5 years ago

As of Webpack supports json natively from version 2 on we can remove this dependency completely and I think we can also drop support for webpack older than v2...

Tests fail because of: https://github.com/rmariuzzo/laravel-localization-loader/pull/11

Will fix https://github.com/rmariuzzo/laravel-localization-loader/issues/9 and https://github.com/rmariuzzo/laravel-localization-loader/issues/8

okaufmann commented 5 years ago

ping @rmariuzzo

heikokrebs commented 5 years ago

Would be great to get this merged!

RobertBoes commented 5 years ago

Is there a reason this is still not merged @rmariuzzo?

rmariuzzo commented 5 years ago

Checking...