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

https://github.com/victorcmarinho/babel-webpack

Estudos de Babel + Webpack
https://github.com/victorcmarinho/babel-webpack

Last synced: 8 months ago
JSON representation

Estudos de Babel + Webpack

Awesome Lists containing this project

README

          

# Babel-Webpack

Estudos de Babel + Webpack

# Commandos

```bash
yarn babel src/index.jsx --out-file dist/bundle.js
```

```bash
yarn webpack
```

```bash
yarn webpack serve
```

```bash
yarn babel src/index.jsx
```