We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c3321b commit 5d96cc1Copy full SHA for 5d96cc1
apps/nativescript-starter-svelte/webpack.config.js
@@ -5,6 +5,7 @@ module.exports = (env) => {
5
6
// Learn how to customize:
7
// https://docs.nativescript.org/webpack
8
+ webpack.mergeWebpack({ resolve: {conditionNames:['svelte','require','node'] }});
9
10
return webpack.resolveConfig();
11
};
0 commit comments