Skip to content

Commit 87b7a0a

Browse files
committed
chore(build): remove unecessary type checking on build
1 parent 430a5de commit 87b7a0a

File tree

3 files changed

+1
-36
lines changed

3 files changed

+1
-36
lines changed

packages/lumx-core/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@
5757
"core-js": "^3.6.4",
5858
"css-loader": "^3.4.2",
5959
"extract-css-chunks-webpack-plugin": "^4.7.4",
60-
"fork-ts-checker-webpack-plugin": "^4.0.3",
6160
"friendly-errors-webpack-plugin": "^1.7.0",
6261
"glob": "^7.1.6",
6362
"install-peers-cli": "^2.2.0",

packages/lumx-core/webpack.config.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ const path = require('path');
88
const glob = require('glob');
99

1010
const { CleanWebpackPlugin } = require('clean-webpack-plugin');
11-
const ForkTsCheckerWebpackPlugin = require('fork-ts-checker-webpack-plugin');
1211
const CopyWebpackPlugin = require('copy-webpack-plugin');
1312
const ExtractCssChunks = require('extract-css-chunks-webpack-plugin');
1413
const FriendlyErrorsWebpackPlugin = require('friendly-errors-webpack-plugin');
@@ -92,7 +91,6 @@ const plugins = [
9291
],
9392
},
9493
}),
95-
new ForkTsCheckerWebpackPlugin(),
9694
];
9795

9896
if (!IS_CI) {

yarn.lock

Lines changed: 1 addition & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -3761,7 +3761,6 @@ __metadata:
37613761
css-loader: ^3.4.2
37623762
extract-css-chunks-webpack-plugin: ^4.7.4
37633763
focus-visible: ^5.0.2
3764-
fork-ts-checker-webpack-plugin: ^4.0.3
37653764
friendly-errors-webpack-plugin: ^1.7.0
37663765
glob: ^7.1.6
37673766
install-peers-cli: ^2.2.0
@@ -8507,7 +8506,7 @@ __metadata:
85078506
languageName: node
85088507
linkType: hard
85098508

8510-
"babel-code-frame@npm:6.26.0, babel-code-frame@npm:^6.22.0, babel-code-frame@npm:^6.26.0":
8509+
"babel-code-frame@npm:6.26.0, babel-code-frame@npm:^6.26.0":
85118510
version: 6.26.0
85128511
resolution: "babel-code-frame@npm:6.26.0"
85138512
dependencies:
@@ -15693,21 +15692,6 @@ __metadata:
1569315692
languageName: node
1569415693
linkType: hard
1569515694

15696-
"fork-ts-checker-webpack-plugin@npm:^4.0.3":
15697-
version: 4.0.3
15698-
resolution: "fork-ts-checker-webpack-plugin@npm:4.0.3"
15699-
dependencies:
15700-
babel-code-frame: ^6.22.0
15701-
chalk: ^2.4.1
15702-
micromatch: ^3.1.10
15703-
minimatch: ^3.0.4
15704-
semver: ^5.6.0
15705-
tapable: ^1.0.0
15706-
worker-rpc: ^0.1.0
15707-
checksum: 52cb82bb6504cc5c442f826ebcf6779635835c8a349a6304e91db213200bb42eaab10ba6a70304f5e8d34b583d6d6513c0db094fff3193065a7201666a887a5e
15708-
languageName: node
15709-
linkType: hard
15710-
1571115695
"form-data@npm:^3.0.0":
1571215696
version: 3.0.0
1571315697
resolution: "form-data@npm:3.0.0"
@@ -23163,13 +23147,6 @@ fsevents@~2.1.2:
2316323147
languageName: node
2316423148
linkType: hard
2316523149

23166-
"microevent.ts@npm:~0.1.1":
23167-
version: 0.1.1
23168-
resolution: "microevent.ts@npm:0.1.1"
23169-
checksum: 7874fcdb3f0dfa4e996d3ea63b3b9882874ae7d22be28d51ae20da24c712e9e28e5011d988095c27dd2b32e37c0ad7425342a71b89adb8e808ec7194fadf4a7a
23170-
languageName: node
23171-
linkType: hard
23172-
2317323150
"micromatch@npm:^3.1.10, micromatch@npm:^3.1.4":
2317423151
version: 3.1.10
2317523152
resolution: "micromatch@npm:3.1.10"
@@ -34671,15 +34648,6 @@ typescript@^3.9.3:
3467134648
languageName: node
3467234649
linkType: hard
3467334650

34674-
"worker-rpc@npm:^0.1.0":
34675-
version: 0.1.1
34676-
resolution: "worker-rpc@npm:0.1.1"
34677-
dependencies:
34678-
microevent.ts: ~0.1.1
34679-
checksum: 8f8607506172f44c05490f3ccf13e5c1f430eeb9b6116a405919c186b8b17add13bbb22467a0dbcd18ec7fcb080709a15738182e0003c5fbe2144721ea00f357
34680-
languageName: node
34681-
linkType: hard
34682-
3468334651
"workerize-loader@npm:^1.3.0":
3468434652
version: 1.3.0
3468534653
resolution: "workerize-loader@npm:1.3.0"

0 commit comments

Comments
 (0)