Skip to content

Commit

Permalink
build: Bundle env-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
vio committed Feb 10, 2025
1 parent e0679a5 commit 7530354
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
21 changes: 20 additions & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"@rollup/plugin-replace": "6.0.2",
"@tsconfig/node14": "^14.1.2",
"@types/jest": "29.5.14",
"env-ci": "11.1.0",
"eslint": "8.57.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-import": "2.31.0",
Expand All @@ -73,7 +74,6 @@
"cosmiconfig": "9.0.0",
"debug": "4.4.0",
"dotenv": "16.4.7",
"env-ci": "11.1.0",
"fs-extra": "11.3.0",
"isomorphic-fetch": "3.0.0",
"lodash": "4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default defineConfig([
preserveModules: true,
preserveModulesRoot: CONTEXT,
},
external: /node_modules/,
external: [/node_modules\/(?!(env-ci))/],
plugins: [
replacePlugin({
preventAssignment: true,
Expand Down

0 comments on commit 7530354

Please sign in to comment.