rasvaan / digibird_client

Node.js code for Digibird site.
MIT License
2 stars 0 forks source link

Webpack entry per page #62

Closed rasvaan closed 8 years ago

rasvaan commented 8 years ago

Create a webpack entry point in the config per page. Some pages require additional js. Create a file requiring the correct files in the client folder for the following pages:

rasvaan commented 8 years ago

https://webpack.github.io/docs/code-splitting.html https://github.com/webpack/webpack/issues/1189