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
- Host: GitHub
- URL: https://github.com/victorcmarinho/babel-webpack
- Owner: victorcmarinho
- License: mit
- Created: 2022-04-30T17:18:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-30T21:33:39.000Z (over 3 years ago)
- Last Synced: 2025-01-09T09:27:51.389Z (9 months ago)
- Language: JavaScript
- Size: 103 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```