goofychris / art-template

High performance JavaScript templating engine
https://aui.github.io/art-template/
MIT License
9.87k stars 2.68k forks source link

create-react-app中使用art-template报错 #630

Open hellolujian opened 3 years ago

hellolujian commented 3 years ago

create-react-app中引入art-template报错

import和require都会报错 image

wenzi0github commented 3 years ago

在create-react-app为什么要用这个呢,直接jsx就行了

houkunlin commented 1 year ago

我的引入方式 import * as artTemplate from "art-template"