1.0.7 • Published 2 years ago

oristar-i18n-compile-plugin v1.0.7

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

编译同步插件:

起步

  /* npm 安装 */
  npm install oristar-i18n-compile-plugin --save
  // webpack.conf.js中配置
  
  const I18nCompilePlugin = require('../../open/oristar-i18n-compile-plugin');
  // 插件使用
      plugins: [
        new I18nCompilePlugin({
            disabled: false,
            mode: 1,
            debugMode: true,
            language: "cht",
        }),
        ...
  

参考文档

update

v1.0.1 23.06.15 : 初始化创建项目

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago