UNPKG

chinese-language-loader

Version:

简体繁体互转的 webpack-loader ,直接在loader中使用即可

6 lines 211 B
const loaderUtils = require('loader-utils') module.exports = function ( loaderContext ) { const options = Object.assign({}, loaderUtils.getOptions(this)) return require('./lib/main')(loaderContext, options) }