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: over 1 year 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-05-10T09:17:26.000Z (about 7 years ago)
- Last Synced: 2025-03-16T11:41:41.461Z (over 1 year ago)
- Topics: babel, babel7, boilerplate, es6, es7, lodash, optional-chaining, sass, webpack, webpack4
- Language: JavaScript
- Homepage:
- Size: 108 KB
- Stars: 46
- Watchers: 10
- 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.