Fix electron-webpack related errors
This commit is contained in:
parent
b83679fa4a
commit
b07e16c913
13 changed files with 27 additions and 156 deletions
|
@ -17,7 +17,6 @@ module.exports = {
|
|||
},
|
||||
// This allows imports to be made from the renderer process root (https://moduscreate.com/blog/es6-es2015-import-no-relative-path-webpack/).
|
||||
resolve: {
|
||||
descriptionFiles: ["package.json"],
|
||||
modules: [ELECTRON_RENDERER_PROCESS_ROOT, 'node_modules', __dirname],
|
||||
extensions: ['.js', '.jsx', '.scss']
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue