Skip to content

Commit ab91c3e

Browse files
committed
Fix webpack issue with Pink v1
1 parent 4359717 commit ab91c3e

File tree

4 files changed

+3
-35
lines changed

4 files changed

+3
-35
lines changed

package-lock.json

Lines changed: 0 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
"@angular/platform-browser": "^19.1.0",
1919
"@angular/platform-browser-dynamic": "^19.1.0",
2020
"@angular/router": "^19.1.0",
21-
"@appwrite.io/pink": "^1.0.0",
22-
"@appwrite.io/pink-icons": "^1.0.0",
2321
"appwrite": "^17.0.0",
2422
"rxjs": "~7.8.0",
2523
"tslib": "^2.3.0",

src/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
<base href="/" />
77
<meta name="viewport" content="width=device-width, initial-scale=1" />
88
<link rel="icon" type="image/svg+xml" href="/appwrite.svg" />
9+
10+
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink" />
11+
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink-icons" />
912
</head>
1013
<body>
1114
<app-root></app-root>

src/main.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
import { bootstrapApplication } from '@angular/platform-browser';
22
import { appConfig } from './app/app.config';
33
import { AppComponent } from './app/app.component';
4-
import '@appwrite.io/pink';
5-
import '@appwrite.io/pink-icons';
64

75
bootstrapApplication(AppComponent, appConfig).catch((err) =>
86
console.error(err),

0 commit comments

Comments
 (0)