Docs
ladas-larry opened this issue · 4 comments
ladas-larry commented
Could you add some comments about how webpack configuration works. I want to add Popup and I'm not very sure how.
schovi commented
@Dharmoslap I clean and add some texts into webpack.generator.js More improvement will come :)
What is "Popup" I can help you there.
schovi commented
@Dharmoslap I made experimental implementation with Popup 5329cb0
You can import any js or styles to src/my_popup_menu.js
and use them in popup.
File src/my_popup_menu.html
is included into body of generated html layout.
ladas-larry commented
Thanks