https://github.com/blackchef/webpack_multiple_entry_test
https://github.com/blackchef/webpack_multiple_entry_test
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/blackchef/webpack_multiple_entry_test
- Owner: blackChef
- Created: 2018-04-29T14:01:06.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-03T17:23:33.000Z (over 3 years ago)
- Last Synced: 2025-04-02T22:42:04.318Z (over 1 year ago)
- Language: HTML
- Size: 793 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
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.