Webpack setup which outputs an index.html in the root dir with all assets inlined.
- Download the repository and run
npm install npm run prodto run a production buildnpm run devto run webpack watch development
Script entry point
Style entry point which gets importet in src/App.jsx.
HTML template file. Use the comments <!-- Buildstyle --> and <!-- Buildscript --> to place your assets.
Webkit outputs an index.html, main.js and main.css file.
After compilation of the build files, the content from main.js and main.css get inserted into index.html, where <!-- Buildstyle --> and <!-- Buildscript --> is placed.