https://github.com/codelation/webpack-toolkit
A collection of webpack loaders used by Codelation
https://github.com/codelation/webpack-toolkit
Last synced: 3 months ago
JSON representation
A collection of webpack loaders used by Codelation
- Host: GitHub
- URL: https://github.com/codelation/webpack-toolkit
- Owner: codelation
- License: mit
- Created: 2016-07-12T04:35:31.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-22T20:34:59.000Z (almost 10 years ago)
- Last Synced: 2025-10-20T03:59:27.457Z (8 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Codelation Webpack Toolkit
A collection of [webpack](https://webpack.github.io) loaders used by Codelation.
## Installation
```sh
$ npm install codelation-webpack-toolkit --save-dev
```
## Why?
The tools we use for webpack builds are changing rapidly as we learn more and better take advantage of them,
so this package ensures the webpack tools we use remain consistent and up-to-date across applications.