Skip to content

Commit

Permalink
Merge branch 'develop' into enable-playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
devchenyan authored May 10, 2024
2 parents b9c201d + 87af5c3 commit d8c5a43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/neuron-ui/config-overrides.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ const path = require('path')
module.exports = function override(config) {
const webpackConfig = { ...config }
webpackConfig.resolve.alias.electron = path.join(__dirname, 'src/electron-modules')
webpackConfig.resolve.fallback = { fs: false }
return webpackConfig
}

1 comment on commit d8c5a43

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Packaging for test is done in 9029659987

Please sign in to comment.