{"id":49885430,"url":"https://github.com/psoldunov/webflow-webpack-starter","last_synced_at":"2026-05-15T18:10:21.349Z","repository":{"id":65589349,"uuid":"595252535","full_name":"psoldunov/webflow-webpack-starter","owner":"psoldunov","description":"Webpack starter configuration for Webflow projects","archived":false,"fork":false,"pushed_at":"2023-03-24T14:20:43.000Z","size":80,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-11T20:20:56.861Z","etag":null,"topics":["css","typescript","webflow","webpack"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/psoldunov.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}},"created_at":"2023-01-30T17:55:12.000Z","updated_at":"2023-02-07T16:33:19.000Z","dependencies_parsed_at":"2023-02-16T10:25:15.534Z","dependency_job_id":null,"html_url":"https://github.com/psoldunov/webflow-webpack-starter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/psoldunov/webflow-webpack-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psoldunov%2Fwebflow-webpack-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psoldunov%2Fwebflow-webpack-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psoldunov%2Fwebflow-webpack-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psoldunov%2Fwebflow-webpack-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/psoldunov","download_url":"https://codeload.github.com/psoldunov/webflow-webpack-starter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psoldunov%2Fwebflow-webpack-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33074476,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["css","typescript","webflow","webpack"],"created_at":"2026-05-15T18:10:20.437Z","updated_at":"2026-05-15T18:10:21.330Z","avatar_url":"https://github.com/psoldunov.png","language":"JavaScript","funding_links":["https://www.buymeacoffee.com/psoldunov"],"categories":[],"sub_categories":[],"readme":"# Webpack Starter Project for Webflow\n\nThis project was created to help manage custom code in a Webflow project. It uses Webpack and supports ES2015 import/export syntax, npm packages, custom CSS/SASS, and Typescript. The \"watch\" command allows for live code editing using a cloud storage of choice. When the Webflow project is ready to go live, a \"js.txt\" file can be generated and added to Webflow as a document for use in custom code fields.\n\n## Features\n\n- Webpack\n- CSS/SASS loader\n- Typescript\n- Source mapping for dev build\n\n## Usage\n\n- Download and run `npm install` to install Webpack and dependencies\n- Build custom code bundle with `npm run build` (output in `dist/` folder)\n- Start Webpack in watch mode with `npm run watch`\n\n## SRC folder\n\nThe `src/` folder only requires one file: `index.ts`. The folders `components/`, `function s/`, `plugins/`, `pages/`, and `styles/` have established shortcuts (aliases) in Webpack, so they can be directly referenced in import statements.\n\n## Configuration\n\nIn `./wfconfig.js` there are 3 configurable options:\n\n- `bundleName`: name of bundle in` dist/` folder\n- `cloudPath`: path to cloud folder on your machine for dev copy of bundle\n\n### CSS\n\nCSS files can be used with Webpack. See examples in `src/` folder for import examples.\n\n### Watch Mode\n\nWebpack watch mode will include source map in the inline bundle (resulting in large file size). The `npm run build` command will produce a minified bundle without source map in a '.js.txt' format suitable for deployment in Webflow.\n\n### Cloud folder for watch mode\n\nUse services like Dropbox or Google Drive. Change the link for Dropbox inside Webflow custom code section as follows:\n\nDefault: `https://www.dropbox.com/s/asdfdgsvgcvsf23/app.js?dl=0`\nWebflow-ready: `\u003cscript src=\"https://dl.dropboxusercontent.com/s/asdfdgsvgcvsf23/app.js\"\u003e\u003c/script\u003e`\n\n## Contributing\n\nFeel free to use or modify this project. If you appreciate it, consider buying me a coffee.\n\n\u003ca href=\"https://www.buymeacoffee.com/psoldunov\" target=\"_blank\"\u003e\u003cimg src=\"https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png\" alt=\"Buy Me A Coffee\" style=\"height: 60px !important;width: 217px !important;\"\u003e\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpsoldunov%2Fwebflow-webpack-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpsoldunov%2Fwebflow-webpack-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpsoldunov%2Fwebflow-webpack-starter/lists"}