/webpackify-it-all

An example package that should show the usage of Webpack 4, Vue 2, Typescript, SCSS, Babel and asset compression all together

Primary LanguageJavaScriptMIT LicenseMIT

Webpackify it all

Is an example of handling ECMAScript 6 with TypesSript, compiling SCSS, transpiling it down to ECMAScript 5 and compressing its output using gzip all together in one project.

It is work in progress and not everything runs as expected.

How to start

$ npm install

Pull Requests

Everything that improves this project is welcome. To start right of, please fork this repo and submit a PR.

Cross Reference

This is a question on Stackoverflow