We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae9f26b commit 2e175e8Copy full SHA for 2e175e8
webpack.config.js
@@ -30,7 +30,11 @@ const node = {
30
"process.env.NODE_ENV": JSON.stringify(process.env.NODE_ENV)
31
}),
32
// textlint in node.js
33
- new webpack.ExternalsPlugin("commonjs", ["textlint", "electron-updater"])
+ new webpack.ExternalsPlugin("commonjs", [
34
+ "textlint",
35
+ "electron-updater",
36
+ "electron-is-dev"
37
+ ])
38
],
39
node: {
40
__dirname: false,
0 commit comments