web: add missing webpack.config.d in web-compose-in-js example (#1683)

This commit is contained in:
Oleksandr Karpovich
2022-01-11 13:49:09 +01:00
committed by GitHub
parent 38e17c1955
commit 5bc0616116

View File

@@ -0,0 +1,2 @@
config.output = config.output || {};
config.output.library = "MyComposables";