1.0.7 • Published 10 months ago

oristar-i18n-compile-plugin v1.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months 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

10 months ago

1.0.6

11 months ago

1.0.5

11 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago