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

https://github.com/saulwolfdev/webpack-standar-configuration


https://github.com/saulwolfdev/webpack-standar-configuration

Last synced: about 1 year ago
JSON representation

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
```