seagull-js / seagull-cli

The best way to start, develop and deploy Seagull Apps.
https://seagull-js.github.io/seagull-cli/
GNU Lesser General Public License v3.0
2 stars 0 forks source link

Add Webpack to devserver #2

Closed Anonyfox closed 7 years ago

Anonyfox commented 7 years ago

Example: http://madole.github.io/blog/2015/08/26/setting-up-webpack-dev-middleware-in-your-express-application/

since the local devserver is using express.js, and a frontend framework uses webpack, there should be a way to connect them like in the blogpost above into one devserver. (instead of two)

Anonyfox commented 7 years ago

The frontend does not need webpack any longer (just typescript compilation for *.tsx files neccessary), this issue can be discarded for now.