-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Closed
Labels
QuestionAn issue which isn't directly actionable in codeAn issue which isn't directly actionable in code
Description
I have many scenarios where I would do this:
import myExternalModule = require("./myExternalModule");
// not using myExternalModule here
I dont use myExternalModule
in my code but still I want it to be included using requirejs. I just need it to be there.
If there could be a forceimport
keyword that would be very cool!
Metadata
Metadata
Assignees
Labels
QuestionAn issue which isn't directly actionable in codeAn issue which isn't directly actionable in code