标签: typescript webpack
我正在使用webpack和打字稿。 是否可以将html文件加载为变量? 类似于:import myTemplate from './template.html';
import myTemplate from './template.html';
答案 0 :(得分:0)
使用raw-loader webpack加载程序,如果您通过import myTemplate from './template.html'导入,则应该可以使用。
import myTemplate from './template.html'