Skip to content

Commit d65d7a7

Browse files
committed
fix: DataForm json examples not webpackable
1 parent a07f73f commit d65d7a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: sdkAngular/webpack.config.js

+2
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ module.exports = env => {
9292
{ from: "**/*.jpg" },
9393
{ from: "**/*.png" },
9494
{ from: "**/*.xml" },
95+
{ from: "**/person-model.json" },
96+
{ from: "**/person-metadata.json" },
9597
]),
9698
// Generate a bundle starter script and activate it in package.json
9799
new nsWebpack.GenerateBundleStarterPlugin([

0 commit comments

Comments
 (0)