Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/leeswagger/webpack-starter

Simple webpack config with babel, scss, and lodash
https://github.com/leeswagger/webpack-starter

babel babel7 boilerplate es6 es7 lodash optional-chaining sass webpack webpack4

Last synced: 9 days ago
JSON representation

Simple webpack config with babel, scss, and lodash

Awesome Lists containing this project

README

        

# webpack-starter-config

Simple webpack configuration with babel, sass and webpack-dev-server.

Js and css will minify in production mode.

## Development mode

```
npm start
```

In this mode *.css and *.js will remove from /public folder.

## Production mode

```
npm run build
```

Assets (*.css and *.js) will save in /public folder.