mirror of
https://github.com/airbnb/javascript.git
synced 2026-04-25 03:00:19 -04:00
This allows to import non-JavaScript files through the main export of a dependency's package.json. The following would trigger an error before, but is fine with the new configuration: ```js import 'roboto-fontface'; ```