Skip to content

Commit

Permalink
fix(svelte): update webpack.config for conditionNames
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanWalker authored Oct 19, 2024
1 parent 3c3321b commit 5d96cc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/nativescript-starter-svelte/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ module.exports = (env) => {

// Learn how to customize:
// https://docs.nativescript.org/webpack
webpack.mergeWebpack({ resolve: {conditionNames:['svelte','require','node'] }});

return webpack.resolveConfig();
};

0 comments on commit 5d96cc1

Please sign in to comment.