@pinnacle0/webpack-util 0.3.29 → 0.3.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pinnacle0/webpack-util",
3
- "version": "0.3.29",
3
+ "version": "0.3.30",
4
4
  "license": "MIT",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -11,9 +11,17 @@ const WebpackConfigSerializationUtil_1 = require("../WebpackConfigSerializationU
11
11
  * Support project references.
12
12
  */
13
13
  function typeCheckerPlugin({ tsconfigFilePath }) {
14
+ const typescript = {
15
+ build: false,
16
+ mode: "readonly",
17
+ configFile: tsconfigFilePath,
18
+ configOverwrite: {
19
+ references: [],
20
+ },
21
+ };
14
22
  return WebpackConfigSerializationUtil_1.WebpackConfigSerializationUtil.serializablePlugin("TerserWebpackPlugin", fork_ts_checker_webpack_plugin_1.default, {
15
23
  devServer: false,
16
- typescript: { build: true, mode: "readonly", configFile: tsconfigFilePath },
24
+ typescript,
17
25
  });
18
26
  }
19
27
  exports.typeCheckerPlugin = typeCheckerPlugin;
@@ -1 +1 @@
1
- {"version":3,"file":"type-checker.plugin.js","sourceRoot":"","sources":["../../../../src/WebpackConfigGenerator/Plugin/type-checker.plugin.ts"],"names":[],"mappings":";;;;;;AAAA,oGAAwE;AACxE,sFAAiF;AAOjF;;;GAGG;AACH,SAAgB,iBAAiB,CAAC,EAAC,gBAAgB,EAAU;IACzD,OAAO,+DAA8B,CAAC,kBAAkB,CAAC,qBAAqB,EAAE,wCAA0B,EAAE;QACxG,SAAS,EAAE,KAAK;QAChB,UAAU,EAAE,EAAC,KAAK,EAAE,IAAI,EAAE,IAAI,EAAE,UAAU,EAAE,UAAU,EAAE,gBAAgB,EAAC;KAC5E,CAAC,CAAC;AACP,CAAC;AALD,8CAKC"}
1
+ {"version":3,"file":"type-checker.plugin.js","sourceRoot":"","sources":["../../../../src/WebpackConfigGenerator/Plugin/type-checker.plugin.ts"],"names":[],"mappings":";;;;;;AAAA,oGAAwE;AACxE,sFAAiF;AAQjF;;;GAGG;AACH,SAAgB,iBAAiB,CAAC,EAAC,gBAAgB,EAAU;IACzD,MAAM,UAAU,GAA4B;QACxC,KAAK,EAAE,KAAK;QACZ,IAAI,EAAE,UAAU;QAChB,UAAU,EAAE,gBAAgB;QAC5B,eAAe,EAAE;YACb,UAAU,EAAE,EAAE;SACjB;KACJ,CAAC;IAEF,OAAO,+DAA8B,CAAC,kBAAkB,CAAC,qBAAqB,EAAE,wCAA0B,EAAE;QACxG,SAAS,EAAE,KAAK;QAChB,UAAU;KACb,CAAC,CAAC;AACP,CAAC;AAdD,8CAcC"}