You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ljharb Yes, file?name=[name].[ext]! is a custom webpack syntax. You can ignore that. I can also turn this into a simpler form- import './.htaccess';
Either way, eslint throws the aforementioned error 😕 Since, .htaccess does not have a file name, I thought import/extensions couldn't understand it. Please correct me if it's not a valid issue.
import 'file?name=[name].[ext]!./.htaccess';
gives me this-Missing file extension for "file?name=[name].[ext]!./.htaccess" import/extensions
The text was updated successfully, but these errors were encountered: