From d65d7a7ef447021a9581091b2cd10d96e2656f68 Mon Sep 17 00:00:00 2001 From: tgpetrov Date: Wed, 21 Feb 2018 18:19:20 +0200 Subject: [PATCH] fix: DataForm json examples not webpackable --- sdkAngular/webpack.config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sdkAngular/webpack.config.js b/sdkAngular/webpack.config.js index 198586b1..4a8a5ff7 100644 --- a/sdkAngular/webpack.config.js +++ b/sdkAngular/webpack.config.js @@ -92,6 +92,8 @@ module.exports = env => { { from: "**/*.jpg" }, { from: "**/*.png" }, { from: "**/*.xml" }, + { from: "**/person-model.json" }, + { from: "**/person-metadata.json" }, ]), // Generate a bundle starter script and activate it in package.json new nsWebpack.GenerateBundleStarterPlugin([