Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/burhanuday/webpack-preset-playground

Demo for Webpack Presets
https://github.com/burhanuday/webpack-preset-playground

Last synced: 15 days ago
JSON representation

Demo for Webpack Presets

Awesome Lists containing this project

README

        

# Demo for Webpack Presets

## How to use

Clone the webpack repo and run

```
git checkout feat/presets
yarn link
```

Then clone this repo and run

```
yarn install
yarn link webpack
cd packages/my-app
yarn start
```