Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有使用 requirejs 并需要使用文本文件的 requirejs 3rd 方模块require("text!somefile.txt")
require("text!somefile.txt")
如何将其转换为 browserify 可以在不更改任何代码的情况下作为其 3rd 方库读取的内容?