All Projects → maoxiaoquan → language-tw-loader

maoxiaoquan / language-tw-loader

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

Programming Languages

javascript
184084 projects - #8 most used programming language

language-tw-loader

使用方法

npm i --save-dev language-tw-loader

vue

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

react

{
    test: /\.(js|jsx)$/,
    loader: 'language-tw-loader',
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].