uva-covid19-testing-kiosk/electron/webpack.config.js

6 lines
130 B
JavaScript
Raw Permalink Normal View History

2020-08-31 16:07:40 +00:00
const { withExpoWebpack } = require('@expo/electron-adapter');
module.exports = config => {
return withExpoWebpack(config);
};