Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joakin/universal-webpack-code-splitting
Small example of webpack and a node server and a browser webapp with shared code, and code splitting (sync for pages in browser&ssr, async for lazy loaded files).
https://github.com/joakin/universal-webpack-code-splitting
js nodejs preact ssr webpack
Last synced: 16 days ago
JSON representation
Small example of webpack and a node server and a browser webapp with shared code, and code splitting (sync for pages in browser&ssr, async for lazy loaded files).
- Host: GitHub
- URL: https://github.com/joakin/universal-webpack-code-splitting
- Owner: joakin
- Created: 2017-07-07T12:14:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-14T10:24:18.000Z (about 7 years ago)
- Last Synced: 2024-10-31T11:43:13.976Z (2 months ago)
- Topics: js, nodejs, preact, ssr, webpack
- Language: JavaScript
- Homepage:
- Size: 101 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
universal-webpack-code-splitting
================================An example of how to configure webpack properly for a node server that will run
client side javascript bundled by webpack.Use `npm start` to run everything in development.