Is it possible to generate sourcemap for string variable populated from text file in Javascript?

后端 未结 0 453
梦谈多话
梦谈多话 2021-01-13 18:54

I am populating variables from text files in Javascript like below:

// index.js

import text from \'./text.txt\';
// do         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题