disable external CDN
All checks were successful
Publish Docker image / Build (push) Successful in 4m26s
Lint / pnpm_install (push) Successful in 1m37s
Test (production install and build) / production (20.16.0) (push) Successful in 1m27s
Lint / lint (backend) (push) Successful in 2m31s
Lint / lint (frontend) (push) Successful in 2m31s
Lint / lint (frontend-embed) (push) Successful in 2m34s
Lint / lint (frontend-shared) (push) Successful in 2m55s
Lint / lint (misskey-bubble-game) (push) Successful in 2m53s
Lint / lint (misskey-js) (push) Successful in 2m31s
Lint / lint (misskey-reversi) (push) Successful in 2m39s
Lint / lint (sw) (push) Successful in 2m37s
Lint / typecheck (backend) (push) Successful in 2m40s
Lint / typecheck (misskey-js) (push) Successful in 1m49s
Lint / typecheck (sw) (push) Successful in 1m57s
All checks were successful
Publish Docker image / Build (push) Successful in 4m26s
Lint / pnpm_install (push) Successful in 1m37s
Test (production install and build) / production (20.16.0) (push) Successful in 1m27s
Lint / lint (backend) (push) Successful in 2m31s
Lint / lint (frontend) (push) Successful in 2m31s
Lint / lint (frontend-embed) (push) Successful in 2m34s
Lint / lint (frontend-shared) (push) Successful in 2m55s
Lint / lint (misskey-bubble-game) (push) Successful in 2m53s
Lint / lint (misskey-js) (push) Successful in 2m31s
Lint / lint (misskey-reversi) (push) Successful in 2m39s
Lint / lint (sw) (push) Successful in 2m37s
Lint / typecheck (backend) (push) Successful in 2m40s
Lint / typecheck (misskey-js) (push) Successful in 1m49s
Lint / typecheck (sw) (push) Successful in 1m57s
Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
This commit is contained in:
parent
b19f19e703
commit
20fc81c7b7
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ export function getConfig(): UserConfig {
|
||||||
input: {
|
input: {
|
||||||
app: './src/_boot_.ts',
|
app: './src/_boot_.ts',
|
||||||
},
|
},
|
||||||
external: externalPackages.map(p => p.match),
|
// external: externalPackages.map(p => p.match),
|
||||||
output: {
|
output: {
|
||||||
manualChunks: {
|
manualChunks: {
|
||||||
vue: ['vue'],
|
vue: ['vue'],
|
||||||
|
|
Loading…
Reference in a new issue