This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
svelte.sk-auth
Watch
1
Star
0
Fork
0
You've already forked svelte.sk-auth
mirror of
https://github.com/Dan6erbond/sk-auth.git
synced
2024-11-20 19:07:20 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
b8a4c5a285
svelte.sk-auth
/
client
/
package.json
6 lines
102 B
JSON
Raw
Normal View
History
Unescape
Escape
[ENHANCEMENT] Distributable Bundle with Rollup and ESBuild (#11) * ⚰️ Remove `package-lock.json` to avoid conflicts with Yarn * ⚰️ Remove `jwt.ts` * 🏗️ Setup Rollup with entry module `package.json` files and use named exports exclusively for compatibility with CommonJS * ⬆️ Use `file:..` instead of `link:..` in demo app to test local installation * 🏷️ Export types as individual files to avoid protected access errors * 🚨 Explicit `export types` * 💚 Use ESBuild to bundle with Rollup, update Rollup deps and types * 🐛 Remove usage of SvelteKit modules Disable implicitly updating session, routing and getting redirect URL from SvelteKit modules due to missing exports.
2021-05-23 17:32:42 +02:00
{
"internal"
:
true
,
🔧 Use `module` instead of `main` config fields
2021-05-25 18:23:20 +02:00
"module"
:
"../dist/client/index.js"
,
[ENHANCEMENT] Distributable Bundle with Rollup and ESBuild (#11) * ⚰️ Remove `package-lock.json` to avoid conflicts with Yarn * ⚰️ Remove `jwt.ts` * 🏗️ Setup Rollup with entry module `package.json` files and use named exports exclusively for compatibility with CommonJS * ⬆️ Use `file:..` instead of `link:..` in demo app to test local installation * 🏷️ Export types as individual files to avoid protected access errors * 🚨 Explicit `export types` * 💚 Use ESBuild to bundle with Rollup, update Rollup deps and types * 🐛 Remove usage of SvelteKit modules Disable implicitly updating session, routing and getting redirect URL from SvelteKit modules due to missing exports.
2021-05-23 17:32:42 +02:00
"types"
:
"../dist/client/index.d.ts"
}
Reference in New Issue
Copy Permalink