Skip to content

Commit b494ade

Browse files
committed
chore: Update webpack config for exampleExpo.
1 parent 34f1108 commit b494ade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exampleExpo/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const node_modules = path.join(__dirname, 'node_modules');
77

88
module.exports = async function (env, argv) {
99
const config = await createExpoWebpackConfigAsync(env, argv);
10-
// config.output.publicPath = '/react-native-reanimated-carousel';
10+
config.output.publicPath = '/react-native-reanimated-carousel';
1111
config.module.rules.push({
1212
test: /\.(js|jsx|ts|tsx)$/,
1313
include: path.resolve(root, 'src'),

0 commit comments

Comments
 (0)