An open API service indexing awesome lists of open source software.

https://github.com/blackchef/webpack_multiple_entry_test


https://github.com/blackchef/webpack_multiple_entry_test

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# webpack_multiple_entry_test

run webpack: `yarn run webpack`

entries: page1.js, page2.js.

expected output: page1_vendor.js, page1.js, page2.js.