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
- Host: GitHub
- URL: https://github.com/ecklf/webpack4-pug-sass-example
- Owner: ecklf
- License: mit
- Archived: true
- Created: 2018-06-05T10:20:28.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-25T07:50:51.000Z (almost 4 years ago)
- Last Synced: 2024-10-01T06:35:40.518Z (7 months ago)
- Topics: pug, sass, webpack, webpack4-pug-sass
- Language: JavaScript
- Homepage:
- Size: 1.37 MB
- Stars: 49
- Watchers: 3
- Forks: 16
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# webpack4-pug-sass-example
[](https://github.com/prettier/prettier)
[](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)