Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devanandb/webpack-mix
Elegant wrapper around Webpack for more than 80% use cases.
https://github.com/devanandb/webpack-mix
webpack webpack-configuration webpack-kickstart webpack-simple webpack-starter-kit
Last synced: 13 days ago
JSON representation
Elegant wrapper around Webpack for more than 80% use cases.
- Host: GitHub
- URL: https://github.com/devanandb/webpack-mix
- Owner: devanandb
- License: mit
- Created: 2017-01-16T00:50:57.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-01-13T05:52:32.000Z (almost 5 years ago)
- Last Synced: 2024-12-06T15:18:39.398Z (17 days ago)
- Topics: webpack, webpack-configuration, webpack-kickstart, webpack-simple, webpack-starter-kit
- Language: JavaScript
- Homepage: https://devanandb.github.io/webpack-mix/
- Size: 297 KB
- Stars: 51
- Watchers: 4
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
Webpack Mix
## Introduction
Webpack Mix provides a clean, fluent API for defining basic Webpack build steps for your application. Mix supports several common CSS and JavaScript pre-processors.
If you've ever been confused about how to get started with module bundling and asset compilation, you will love Webpack Mix!
## Documentation
You may review the initial documentation here [on GitHub](https://github.com/devanandb/webpack-mix/tree/master/docs).
## License
Webpack Mix is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).
## Thanks
This is a copy of [Laravel Mix](https://github.com/JeffreyWay/laravel-mix) without Laravel and Vue pieces.