Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/leeswagger/webpack-starter
- Owner: LeeSwagger
- Created: 2017-08-16T06:22:15.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-10T09:17:26.000Z (over 5 years ago)
- Last Synced: 2024-10-06T20:17:12.848Z (30 days ago)
- Topics: babel, babel7, boilerplate, es6, es7, lodash, optional-chaining, sass, webpack, webpack4
- Language: JavaScript
- Homepage:
- Size: 108 KB
- Stars: 46
- Watchers: 11
- Forks: 33
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.