Skip to content

Instantly share code, notes, and snippets.

@Oyelowo
Created November 30, 2022 16:04
Show Gist options
  • Save Oyelowo/7a6bfa21bce845dec0baab82f95f365e to your computer and use it in GitHub Desktop.
Save Oyelowo/7a6bfa21bce845dec0baab82f95f365e to your computer and use it in GitHub Desktop.
Use this to rename imports to include .js extensions for new esmodule import format
Search with in vscode:
(\bfrom\s+["']\..*)(["'])
replace with:
$1.js$2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment