From 4450df1867e386167f1de755ac283d78edee9460 Mon Sep 17 00:00:00 2001 From: Pablo Klaschka Date: Mon, 4 Feb 2019 12:37:56 +0100 Subject: [PATCH] Update webpack.config.js --- webpack.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index 1e4315b..4136413 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -7,6 +7,7 @@ module.exports = { }, devtool: "none", externals: { + assets: "assets", scenegraph: "scenegraph", application: "application", commands: "commands", @@ -15,4 +16,4 @@ module.exports = { uxp: "uxp", viewport: "viewport" } -}; \ No newline at end of file +};