Skip to content

Commit

Permalink
removes thread loader and updates vue config
Browse files Browse the repository at this point in the history
  • Loading branch information
suryabulusu committed Oct 6, 2023
1 parent 0b5c8e5 commit 163840c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 130 deletions.
129 changes: 0 additions & 129 deletions package-lock.json

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

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
"eslint-plugin-vue": "^8.5.0",
"postcss": "^8.4.6",
"tailwindcss": "^3.0.23",
"thread-loader": "^4.0.2",
"ts-jest": "^27.0.4",
"typescript": "~4.5.5"
}
Expand Down
4 changes: 4 additions & 0 deletions vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@ module.exports = {
// reference: https://github.com/vuejs/vue-cli/issues/979#issuecomment-372990631
config.plugins.delete("prefetch");
},
parallel: false,
// https://www.npmjs.com/package/@vue/cli-plugin-babel
// `thread-loader` is enabled by default when the machine has more than 1 CPU cores.
// This can be turned off by setting parallel: false in vue.config.js
};

0 comments on commit 163840c

Please sign in to comment.