https://github.com/webpack-config/webpack-config-babel
Setup everything you need to use babel with webpack.
https://github.com/webpack-config/webpack-config-babel
Last synced: over 1 year ago
JSON representation
Setup everything you need to use babel with webpack.
- Host: GitHub
- URL: https://github.com/webpack-config/webpack-config-babel
- Owner: webpack-config
- Created: 2016-01-24T22:15:20.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-26T09:50:10.000Z (over 10 years ago)
- Last Synced: 2025-01-19T14:28:44.513Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webpack-config-babel
Setup everything you need to use [babel] with [webpack].





## Usage
Install:
```sh
npm install --save webpack-config-babel
```
Add to your `webpack.config.babel.js`:
```javascript
import babel from `webpack-config-babel`;
babel({ /* babel options */ })({
/* existing webpack configuration */
})
```
[webpack]: https://webpack.github.io
[babel]: http://babeljs.io