Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/miyucy/ises5-webpack-plugin


https://github.com/miyucy/ises5-webpack-plugin

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

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