We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a07f73f + d65d7a7 commit 90b8c1dCopy full SHA for 90b8c1d
sdkAngular/webpack.config.js
@@ -92,6 +92,8 @@ module.exports = env => {
92
{ from: "**/*.jpg" },
93
{ from: "**/*.png" },
94
{ from: "**/*.xml" },
95
+ { from: "**/person-model.json" },
96
+ { from: "**/person-metadata.json" },
97
]),
98
// Generate a bundle starter script and activate it in package.json
99
new nsWebpack.GenerateBundleStarterPlugin([
0 commit comments