schovi/webpack-chrome-extension

Docs

ladas-larry opened this issue · 4 comments

Could you add some comments about how webpack configuration works. I want to add Popup and I'm not very sure how.

18b6674

@Dharmoslap I clean and add some texts into webpack.generator.js More improvement will come :)
What is "Popup" I can help you there.

@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.

Thanks