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

https://github.com/ivstudio/webpack


https://github.com/ivstudio/webpack

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Webpack configuration guide

* [Read Article](https://ivstudio.com/configure-webpack/)

## Available scripts
Start the development environment:

```sh
npm run start
```

Build production bundle:

```sh
npm run build
```