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 9400fa8 commit 131ce34Copy full SHA for 131ce34
webpack.config.js
@@ -1,5 +1,7 @@
1
//@ts-check
2
+// eslint-disable-next-line @typescript-eslint/naming-convention
3
const ForkTsCheckerWebpackPlugin = require('fork-ts-checker-webpack-plugin');
4
5
const { DefinePlugin } = require('webpack');
6
const webpack = require('webpack');
7
@@ -117,6 +119,7 @@ const rendererConfig = {
117
119
}),
118
120
new DefinePlugin({
121
// Path from the output filename to the output directory
122
+ // eslint-disable-next-line @typescript-eslint/naming-convention
123
__webpack_relative_entrypoint_to_root__: JSON.stringify(
124
path.posix.relative(path.posix.dirname(`/index.js`), '/'),
125
),
0 commit comments