Added Readme and updated config files with new config property - cssUrl.
This commit is contained in:
+2
-1
@@ -1,3 +1,4 @@
|
||||
module.exports = {
|
||||
"mode": "production"
|
||||
"mode": "production",
|
||||
"cssUrl": "https://",
|
||||
}
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
module.exports = {
|
||||
"mode": "development"
|
||||
"mode": "development",
|
||||
"cssUrl": "https://",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user