Skip to content

Commit

Permalink
fix: Drop CoreJS from package.json - This is already included in Next…
Browse files Browse the repository at this point in the history
…cloud server for years

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux committed Apr 24, 2024
1 parent 78a6fc2 commit 1573aa1
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 31 deletions.
39 changes: 14 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@
"url": "https://github.com/nextcloud/nextcloud-logger"
},
"dependencies": {
"@nextcloud/auth": "^2.0.0",
"core-js": "^3.6.4"
"@nextcloud/auth": "^2.3.0"
},
"devDependencies": {
"@nextcloud/browserslist-config": "^3.0.1",
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"compilerOptions": {
"target": "ESNext",
"module": "commonjs",
"module": "ESNext",
"moduleResolution": "Bundler",
"declaration": true,
"outDir": "./dist",
"declarationDir": "./dist",
Expand Down
3 changes: 0 additions & 3 deletions vite.config.mjs → vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ import { createLibConfig } from '@nextcloud/vite-config'
export default createLibConfig({
index: 'lib/index.ts',
}, {
coreJS: {
usage: true,
},
minify: false,
libraryFormats: ['es', 'cjs'],
thirdPartyLicense: false, // non included all external
Expand Down

0 comments on commit 1573aa1

Please sign in to comment.