2.0.1 • Published 6 years ago

@mindev/min-plugin-define v2.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

min plugin-define

安装

$ npm install @mindev/min-plugin-define --save-dev

配置 min.config.js

module.exports = {
  plugins: {
    define: {
      validate (options: PluginHelper.Options) {
        return true
      },
      config: {
        PRODUCTION: JSON.stringify(true),
        VERSION: JSON.stringify("5fa3b9"),
        BROWSER_SUPPORTS_HTML5: true,
        TWO: {}
      }
    }
  }
}

参数说明

Tip

  • min cli 2.x 版本开始支持