Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miyucy/ises5-webpack-plugin
https://github.com/miyucy/ises5-webpack-plugin
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/miyucy/ises5-webpack-plugin
- Owner: miyucy
- Created: 2017-10-31T05:19:21.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-13T22:38:10.000Z (almost 2 years ago)
- Last Synced: 2023-04-17T11:06:15.663Z (over 1 year ago)
- Language: JavaScript
- Size: 721 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```js
const IsES5Plugin = require("./lib/index.js");
module.exports = {
// entry: ...
// module: ...
plugins: [
new IsES5Plugin({ ecmaVersion: 5 })
]
}
```