Skip to content

Commit

Permalink
Update webpack.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
pklaschka authored Feb 4, 2019
1 parent 5100437 commit 4450df1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ module.exports = {
},
devtool: "none",
externals: {
assets: "assets",
scenegraph: "scenegraph",
application: "application",
commands: "commands",
Expand All @@ -15,4 +16,4 @@ module.exports = {
uxp: "uxp",
viewport: "viewport"
}
};
};

0 comments on commit 4450df1

Please sign in to comment.