1.0.4 • Published 2 years ago

@tomatogame/zh-hant-loader v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

简介

简体转繁体,支持4700个常用字的转换, 并支持将项目中的中文读取输出到txt文件中

npm install @tomatogame/zh-hant-loader -D

使用

    config.module
    .rule("language")
    .test(/\.(js|vue)$/)
    .use('@tomatogame/zh-hant-loader')
    .loader('@tomatogame/zh-hant-loader')
    .options({
        write: false
    })
    .end()

参数

write: boolean

1.04版本说,联系的系是繫

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago