1.0.1 • Published 5 years ago

fis-parser-svgr v1.0.1

Weekly downloads
64
License
ISC
Repository
github
Last release
5 years ago

fis-parser-svgr

安装与使用

全局安装

npm install fis-parser-svg -g

配置

fis.match('/src/icons/**.svg', {
    rExt: '.js',
    isJsXLike: true,
    isJsLike: true,
    isMod: true,
    parser: [
        fis.plugin('svgr', {
            // options
            // 前往 https://www.smooth-code.com/open-source/svgr/docs/options/ 查看
        }),
        fis.plugin('typescript', { // 把 jsx => js ,你可能会换成 babel 
            importHelpers: true,
            esModuleInterop: true,
            experimentalDecorators: true,
            sourceMap: false
        })
    ]
})
1.0.1

5 years ago

1.0.0

5 years ago