Skip to content

Commit f63db43

Browse files
committed
chore: correct entry point in webpack config
1 parent 2ac08c4 commit f63db43

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

example/webpack.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ const node_modules = path.join(__dirname, 'node_modules');
99
module.exports = async function (env, argv) {
1010
const config = await createExpoWebpackConfigAsync(env, argv);
1111

12+
config.entry = path.join(__dirname, 'index.js');
13+
1214
config.module.rules.push({
1315
test: /\.(js|ts|tsx)$/,
1416
include: path.resolve(root, 'src'),

0 commit comments

Comments
 (0)