'use strict'; var withDefaultsrequire('../shared.webpack.config'); module.exports = withDefaults({ context: __dirname, entry: { pythonMain: './src/pythonMain.ts'} } );