Wip on homepage.
Add documentation how to optimize code size in production.
This commit is contained in:
8
jsconfig.json
Normal file
8
jsconfig.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@/*": ["app/javascript/*"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user