6 lines
130 B
JavaScript
6 lines
130 B
JavaScript
|
const { withExpoWebpack } = require('@expo/electron-adapter');
|
||
|
|
||
|
module.exports = config => {
|
||
|
return withExpoWebpack(config);
|
||
|
};
|