A boilerplate for using Webpack with Eleventy.
Eleventy works from the src/templates folder, generating the src/html folder as output.
Webpack works from the src folder, using the contents of the src/html for the pages to generate the dist folder as output.
To run the development server:
npm start
To build the final production code:
npm run build