Conversation
Contributor
|
chore: 更新下文档或示例吧,不知道怎么用。 |
Author
|
使用示例: import A from '../../../../static/a.js!script';
// A.code 会返回A文件内容,A还会返回其他字段:path、type等 import A from '../../../../static/a.js!scriptLink';
// 跟!script的diff:A.code 会返回为空,业务方只使用A.path完成业务使用!script会把文件内容内联到引入的文件内,但是很多场景只需要静态的地址,一直追加import文件会导致当前文件特别大,所以新增只需要链接的方式!scriptLink,控制代码不内联,code返回为空 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.