Added mock css loader

This commit is contained in:
Francisco Hodge
2021-10-12 23:13:26 -07:00
parent cb008245a8
commit 86e0dada1d
4 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
"types": "build/types/index.d.ts",
"scripts": {
"start": "webpack serve --config webpack.config.demo.js",
"build": "webpack && tsc && npm run build-modern",
"build": "webpack && npm run build-modern && tsc",
"build-modern": "webpack --config webpack.config.modern.js",
"test": "jest --silent",
"coverage": "npm run test -- --coverage",