I want to be able to import related web resource, like utility web resource, from my current web resource in Dynamics CRM. This will allow me to split my code across multiple files rather than including everything into a single web resource file.
Something like:
import * as dateUtil from '../util/dateUtil.js'
I have already tried stacking them in Dynamics itself. But what I really want is for Dynamics itself to pull the related web resource after I specify it as imports.