diff --git a/storage/framework/core/eslint-plugin/build.ts b/storage/framework/core/eslint-plugin/build.ts index 1b6e16317a..899b74806e 100644 --- a/storage/framework/core/eslint-plugin/build.ts +++ b/storage/framework/core/eslint-plugin/build.ts @@ -10,8 +10,6 @@ const result = await Bun.build({ outdir: './dist', format: 'esm', target: 'node', - sourcemap: 'linked', - minify: true, plugins: [ dts({ root: './src', diff --git a/storage/framework/core/eslint-plugin/package.json b/storage/framework/core/eslint-plugin/package.json index 2f50904ae2..3da67f1f52 100644 --- a/storage/framework/core/eslint-plugin/package.json +++ b/storage/framework/core/eslint-plugin/package.json @@ -29,11 +29,9 @@ ], "exports": { ".": { - "bun": "./src/index.ts", "import": "./dist/index.js" }, "./*": { - "bun": "./src/*", "import": "./dist/*" } }, @@ -41,8 +39,7 @@ "types": "dist/index.d.ts", "files": [ "README.md", - "dist", - "src" + "dist" ], "scripts": { "build": "bun build.ts", diff --git a/storage/framework/core/lint/package.json b/storage/framework/core/lint/package.json index 41a080e438..0644b202cb 100644 --- a/storage/framework/core/lint/package.json +++ b/storage/framework/core/lint/package.json @@ -54,7 +54,7 @@ "@eslint-community/eslint-plugin-eslint-comments": "^4.4.0", "@eslint/markdown": "^6.2.0", "@stacksjs/development": "workspace:*", - "@stacksjs/eslint-config": "^3.7.3-stacks-1.7", + "@stacksjs/eslint-config": "^3.7.3-stacks-1.8", "@stacksjs/eslint-plugin": "workspace:*", "@stylistic/eslint-plugin": "^2.9.0", "@typescript-eslint/eslint-plugin": "^8.8.1",