webpack-typescript-builder
Version:
Webpack config builder for typescript, styles (css and sass), fonts and images.
45 lines (31 loc) • 1.48 kB
Markdown
<div align="center">
<a href="https://github.com/mocoding-software/webpack-typescript-builder">
<img src="https://raw.githubusercontent.com/mocoding-software/webpack-typescript-builder/master/icon.png">
</a>
<br>
<br>
</div>
[![npm][npm-image]][npm-url]
[![deps][deps]][deps-url]
# webpack-typescript-builder
Command line tool and
## About
Following DRY principle.
Many webpack controlled web-projects use the same configuration for optimal deployment. This library is aimed to gather all configuration blocks in one place and don't repeat them project to project.
## Installation
The library is written in Typescript and compiled to ES6 JS.
```bash
npm install webpack-typescript-builder --save-dev
```
# Preview
This a preview of the next gen builder that exposes CLI and includes commonly used React blocks for SSR and HMR. The API is not stable yet. Please use with caution.
## Known issues
You may need to add sass-loader and node-sass to your project.
License
=======
[The MIT License](https://raw.githubusercontent.com/mocoding-software/webpack-typescript-builder/master/LICENSE)
COPYRIGHT (C) 2017-2019 MOCODING, LLC
[npm-image]: https://img.shields.io/npm/v/webpack-typescript-builder.svg?style=flat-square
[npm-url]: https://www.npmjs.com/package/webpack-typescript-builder
[deps]: https://img.shields.io/david/mocoding-software/webpack-typescript-builder.svg
[deps-url]: https://david-dm.org/mocoding-software/webpack-typescript-builder