Exotic Module Filenames ($slug.res)

Is there a way to support an exotic module filename such as $slug.res in the future? The new React framework Remix uses that for dynamic route matching. :smile:

I can obviously get around this quite easily by creating a slug.res and doing a simple import and export from a $slug.js file. But that’s just slightly inconvenient. :slight_smile:

2 Likes