Skip to content

这是一个 简体 转换 繁体 的webpack loader

Notifications You must be signed in to change notification settings

qiuhao1986/language-tw-loader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

language-tw-loader

使用方法

vue

{
    test: /\.(js|vue)$/,
    loader: 'language-tw-loader',
}

react

{
    test: /\.(js|.jsx)$/,
    loader: 'language-tw-loader',
}

About

这是一个 简体 转换 繁体 的webpack loader

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%