Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ecklf/webpack4-pug-sass-example

Example config for using pug and sass in webpack4
https://github.com/ecklf/webpack4-pug-sass-example

pug sass webpack webpack4-pug-sass

Last synced: 4 months ago
JSON representation

Example config for using pug and sass in webpack4

Awesome Lists containing this project

README

        

# webpack4-pug-sass-example

[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
[![License: MIT](https://img.shields.io/github/license/impulse/webpack4-pug-sass-example.svg?style=flat-square)](https://opensource.org/licenses/MIT)

Just clone the project and run:
>npm i && npm run watch

### Base filetree:
- __src__
- [index.js](src/index.js)
- [index.pug](src/index.pug)
- __scripts__
- [plugin.js](src/scripts/plugin.js)
- __styles__
- [main.sass](src/styles/main.sass)