mirror of
https://github.com/zhigang1992/examples.git
synced 2026-01-12 09:03:42 +08:00
7 lines
269 B
JavaScript
7 lines
269 B
JavaScript
const { withExpoAdapter } = require('@expo/electron-adapter');
|
|
|
|
module.exports = withExpoAdapter({
|
|
projectRoot: __dirname,
|
|
// Provide any overrides for electron-webpack: https://github.com/electron-userland/electron-webpack/blob/master/docs/en/configuration.md
|
|
});
|