We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a138dc commit 81dec8eCopy full SHA for 81dec8e
packages/desktop/webpack/webpack.main.config.js
@@ -44,7 +44,7 @@ module.exports = ({ production } = {}) => ({
44
filename: "index.js",
45
},
46
resolve: {
47
- extensions: [".ts", ".tsx", ".js", ".jsx", ".json"],
+ extensions: [".ts", ".tsx", ".js", ".jsx", ".json", ".node"],
48
mainFields: ["module", "main"],
49
symlinks: false,
50
0 commit comments