mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2026-04-11 00:02:15 +08:00
Added mock css loader
This commit is contained in:
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user