@payloadcms/bundler-vite
Advanced tools
Comparing version 0.1.0-beta.1 to 0.1.0-beta.2
{ | ||
"name": "@payloadcms/bundler-vite", | ||
"version": "0.1.0-beta.1", | ||
"version": "0.1.0-beta.2", | ||
"description": "The officially supported Vite bundler adapter for Payload", | ||
@@ -36,7 +36,8 @@ "repository": "https://github.com/payloadcms/payload", | ||
"scripts": { | ||
"build": "pnpm build:swc && pnpm build:types", | ||
"build": "pnpm copyfiles && pnpm build:swc && pnpm build:types", | ||
"build:swc": "swc ./src -d ./dist --config-file .swcrc", | ||
"build:types": "tsc --emitDeclarationOnly --outDir dist", | ||
"clean": "rimraf {dist,*.tsbuildinfo}" | ||
"clean": "rimraf {dist,*.tsbuildinfo}", | ||
"copyfiles": "copyfiles -u 1 \"src/**/*.{html,css,scss,ttf,woff,woff2,eot,svg,jpg,png,json}\" dist/" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
145065
46