Skip to content

Commit

Permalink
chore: _
Browse files Browse the repository at this point in the history
  • Loading branch information
dohooo committed Jun 17, 2022
1 parent 7f215ff commit 5ead383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exampleExpo/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const node_modules = path.join(__dirname, 'node_modules');

module.exports = async function (env, argv) {
const config = await createExpoWebpackConfigAsync(env, argv);

config.output.publicPath = '/react-native-reanimated-carousel';
config.module.rules.push({
test: /\.(js|jsx|ts|tsx)$/,
include: path.resolve(root, 'src'),
Expand Down

0 comments on commit 5ead383

Please sign in to comment.