Skip to content

Commit 93c2f1b

Browse files
author
brizental
committed
Fix Qt build step...
1 parent 15da1ee commit 93c2f1b

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

glean/tsconfig/qt/index.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
{
22
"extends": "../base.json",
3-
"include": ["../../src/index/qt.ts", "../../src/core/metrics/types/*.ts"],
4-
"compilerOptions": {
5-
"noEmit": true
6-
}
3+
"include": ["../../src/index/qt.ts", "../../src/core/metrics/types/*.ts"]
74
}

glean/webpack.config.qt.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ module.exports = {
1111
module: {
1212
rules: [
1313
{
14+
test: /\.tsx?$/,
1415
loader: "ts-loader",
15-
options: {
16-
configFile: path.resolve(__dirname, "tsconfig/qt/index.json"),
17-
}
16+
exclude: /node_modules/,
17+
options: { onlyCompileBundledFiles: true }
1818
},
1919
],
2020
},

0 commit comments

Comments
 (0)