miyucy / ises5-webpack-plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

const IsES5Plugin = require("./lib/index.js");
module.exports = {
  // entry: ...
  // module: ...
  plugins: [
    new IsES5Plugin({ ecmaVersion: 5 })
  ]
}

About


Languages

Language:JavaScript 100.0%