cocos-engine icon indicating copy to clipboard operation
cocos-engine copied to clipboard

import-map don't support db://

Open smallmain opened this issue 1 year ago • 0 comments

Cocos Creator version

3.8.2

System information

MacOS

Issue description

{
    "imports": {
        "xenon-core": "db://xenon-core/index.ts"
    }
}

or

{
    "imports": {
        "xenon-core": "db://xenon-core/index"
    }
}

image

Relevant error log output

No response

Steps to reproduce

.

Minimal reproduction project

No response

smallmain avatar Feb 05 '24 02:02 smallmain