Skip to content

6.0.0-beta.58

Compare
Choose a tag to compare
@malept malept released this 18 Jul 04:53
e900958

New Features

  • plugin-webpack:
    • improve native asset relocation without forking Vercel loader (#2320)
    • add devContentSecurityPolicy config option (#2332)
    • add nodeIntegration config for renderers (#2330)
  • core: add platform and arch to generateAssets hook parameters (#2327)

Bug Fixes

  • core: search for electron in a node_modules folder with electron in it (#2326)
  • plugin-electronegativity: add parserPlugins option (#2323)
  • plugin-webpack: throw error if something bad happened in preload compilation (#2334)
  • maker-squirrel: use executableName for exe when available (#2365)

Migration Notes

  • Due to the new devContentSecurityPolicy, existing projects using Webpack may have to specify a CSP in development.
  • Existing projects using Webpack and nodeIntegration: true will have to also set nodeIntegration in the Webpack plugin config.
  • Existing projects using Webpack should replace @marshallofsound/webpack-asset-relocator-loader with @vercel/webpack-asset-relocator-loader.