{"id":18866757,"url":"https://github.com/jxmked/webpack-base-template","last_synced_at":"2026-05-09T14:05:29.098Z","repository":{"id":205810097,"uuid":"715088770","full_name":"jxmked/webpack-base-template","owner":"jxmked","description":"Just my personal favorite Webpack config template. ","archived":false,"fork":false,"pushed_at":"2023-11-11T06:42:21.000Z","size":3472,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"xio","last_synced_at":"2024-12-30T22:28:27.786Z","etag":null,"topics":["scss","template","typescript","webpack"],"latest_commit_sha":null,"homepage":"https://jxmked.github.io/webpack-base-template/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jxmked.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-11-06T13:07:32.000Z","updated_at":"2023-11-06T15:01:14.000Z","dependencies_parsed_at":"2023-11-06T23:43:47.670Z","dependency_job_id":"b88fe47b-6242-4528-84a0-2804216b7988","html_url":"https://github.com/jxmked/webpack-base-template","commit_stats":null,"previous_names":["jxmked/webpack-base-template"],"tags_count":1,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jxmked%2Fwebpack-base-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jxmked%2Fwebpack-base-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jxmked%2Fwebpack-base-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jxmked%2Fwebpack-base-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jxmked","download_url":"https://codeload.github.com/jxmked/webpack-base-template/tar.gz/refs/heads/xio","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239816476,"owners_count":19701753,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["scss","template","typescript","webpack"],"created_at":"2024-11-08T05:07:26.025Z","updated_at":"2026-02-13T06:30:14.221Z","avatar_url":"https://github.com/jxmked.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# webpack-base-template\n\nMy personal Webpack config.\n\n### Commands\n\n#### `npm start` | `npm run dev`\n\n**Start development mode.**\n\nSome plugin would not work in development mode to fasten\nthe compiler.\n\n#### `npm run build`\n\n**Start production build**\n\nRun and execute all plugins.\n\n\u003e Note: Satisfy the compiler first before starting to build mode.\n\u003e It would not successfully compile your lifes work if there is a mistake or an error.\n\n#### `npm run prettier-format`\n\n**Prettify your code in `src` folder**\n\n#### `npm run prettier-format:md`\n\n**Prettify your files from base folder**\n\n#### `npm run eslint` | `npm run eslint:fix`\n\n**Linter your TypeScript code**\n\nExecute linter to check for other problem from your TypeScript code.\nAdd `:fix` at the end of the command to fix some issue that are fixable\n\n#### `npm run stylelint` | `npm run stylelint:fix`\n\n**Linter your stylesheet code**\n\nSimilar to `npm run eslint` but for stylesheet\n\n### Configurations\n\n- Open `webpack.config.mjs` and search for `// REPLACE` to see all parameters that you might need to change per project.\n- Replace icon from `src/assets/icon.png` with your app icon.\n- Place your `favicon.ico` icon into `public` folder\n- MAKE SURE TO REPLACE GOOGLE MEASUREMENT ID OR REMOVE THE PLUGIN IF YOU DON'T HAVE IT\n- All files from `public` folder will be minified (if possible) and copied to dist folder.\n- Update your `package.json` file.\n- Use atleast 1024x1024px icon for your `icon.png`\n- Use 16x16px icon for your `favicon.ico`\n\n### Interpolating `index.html`\n\nAutomatically update your HTML contents by using this keys\n\n|       Key        |                Description                |\n| :--------------: | :---------------------------------------: |\n|     %TITLE%      |    Your project name from package.json    |\n|  %APP_VERSION%   |     Project version from package.json     |\n|    %APP_MODE%    |        Project mode. (development | production) |\n|    %BASE_URL%    |    Project homepage from package.json     |\n|  %CURRENT_YEAR%  |     Year when project has been build      |\n|  %CURRENT_DATE%  |     Date when project has been build      |\n| %APP_REPOSITORY% | Project repository link from package.json |\n\n### Notes\n\n- Modify project dependencies only if needed\n- PLACE YOUR OWN GOOGLE MEASUREMENT ID or REMOVE THE PLUGIN\n\n### Features\n\n- Automatically produce `site.webmanifest` base on your inputs\n- Automatically resize your icon from `src/assets/icon.png` into different sizes it needs\n- Automatically update every code changes. Restart required when modifying webpack config\n- Uses Typescript, Sass for yoyr project\n- Automatically inject Google Tag Manager in build mode\n- Automatically insert Open Graph, Twitter and some meta data that helps other platform such as Facebook, Google and Twitter\n- Just try to use it see other features. I am not sure what I have done with it.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjxmked%2Fwebpack-base-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjxmked%2Fwebpack-base-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjxmked%2Fwebpack-base-template/lists"}