art-template icon indicating copy to clipboard operation
art-template copied to clipboard

请问能在NodeJs+TypeScript中用吗

Open lindenrty2 opened this issue 4 years ago • 2 comments

请问能在NodeJs+TypeScript中用吗,一直报警告且无法使用 WARNING in ./node_modules/art-template/index.js 5:0-18 require.extensions is not supported by webpack. Use a loader instead.

lindenrty2 avatar Aug 13 '20 13:08 lindenrty2

使用Import的话 会报这个 TS2307: Cannot find module 'art-template' or its corresponding type declarations.

lindenrty2 avatar Aug 13 '20 13:08 lindenrty2

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

houkunlin avatar Dec 08 '22 01:12 houkunlin