https://github.com/saulwolfdev/webpack-standar-configuration
https://github.com/saulwolfdev/webpack-standar-configuration
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/saulwolfdev/webpack-standar-configuration
- Owner: saulwolfdev
- Created: 2021-04-20T03:52:08.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-20T04:55:06.000Z (about 5 years ago)
- Last Synced: 2025-01-17T04:41:04.878Z (over 1 year ago)
- Language: JavaScript
- Size: 263 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webpack-configuracion-estandar
entorno de desarrollo para vanilla js
## Nota
Recuerden que para reconstruir los módulos de node deben de ejecutar este comando
```
npm install
```
Y para crear nuevamente el DIST
```
npm start
```