fix: Pack speckle logo with webpack correctly
This commit is contained in:
@@ -20,7 +20,7 @@ function goToGuide() {
|
||||
class="flex flex-col justify-center items-center h-full w-full bg-primary text-center text-foundation"
|
||||
>
|
||||
<div class="flex justify-center items-center">
|
||||
<img src="../../assets/logo-white.png" alt="Logo" class="w-1/3" />
|
||||
<img src="@assets/logo-white.png" alt="Logo" class="w-1/3" />
|
||||
</div>
|
||||
<p class="heading">Speckle PowerBI 3D Visual</p>
|
||||
<div class="flex justify-center mt-2 gap-1">
|
||||
|
||||
+4
-10
@@ -12,14 +12,10 @@
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"esModuleInterop": true,
|
||||
"types": [],
|
||||
"baseUrl": "./",
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"src/*": [
|
||||
"./src/*"
|
||||
],
|
||||
"assets/*": [
|
||||
"./assets/*"
|
||||
]
|
||||
"@src/*": ["src/*"],
|
||||
"@assets/*": ["assets/*"]
|
||||
}
|
||||
},
|
||||
"ts-node": {
|
||||
@@ -30,7 +26,5 @@
|
||||
},
|
||||
"files": ["./src/visual.ts"],
|
||||
"include": ["./src/**/*.ts", "./src/**/*.vue"],
|
||||
"exclude": [
|
||||
"webpack.config.dev.ts"
|
||||
]
|
||||
"exclude": ["webpack.config.dev.ts"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user