Load and output sass

This commit is contained in:
2021-04-29 21:00:52 -05:00
parent dcf99e5409
commit 788eb99dcd
8 changed files with 398 additions and 70 deletions

View File

@@ -7,15 +7,18 @@
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack --watch",
"start": "webpack serve --open",
"server": "node server.js",
"build": "webpack"
"build": "webpack --env production"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"express": "^4.17.1",
"css-loader": "^5.2.0",
"html-webpack-plugin": "^5.3.1",
"mini-css-extract-plugin": "^1.5.1",
"sass": "^1.32.12",
"sass-loader": "^11.0.1",
"style-loader": "^2.0.0",
"webpack": "^5.31.0",
"webpack-cli": "^4.6.0",
"webpack-dev-middleware": "^4.1.0",