{"id":21991918,"url":"https://github.com/elct9620/middleman-webpacked","last_synced_at":"2025-10-12T14:18:18.549Z","repository":{"id":56883668,"uuid":"134699218","full_name":"elct9620/middleman-webpacked","owner":"elct9620","description":null,"archived":false,"fork":false,"pushed_at":"2018-08-13T07:47:06.000Z","size":26,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-31T14:22:44.431Z","etag":null,"topics":["frontend","middleman","webpack"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/elct9620.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-05-24T10:24:52.000Z","updated_at":"2018-08-13T07:46:51.000Z","dependencies_parsed_at":"2022-08-21T00:20:21.686Z","dependency_job_id":null,"html_url":"https://github.com/elct9620/middleman-webpacked","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elct9620%2Fmiddleman-webpacked","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elct9620%2Fmiddleman-webpacked/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elct9620%2Fmiddleman-webpacked/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elct9620%2Fmiddleman-webpacked/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elct9620","download_url":"https://codeload.github.com/elct9620/middleman-webpacked/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227206373,"owners_count":17747734,"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":["frontend","middleman","webpack"],"created_at":"2024-11-29T20:12:10.226Z","updated_at":"2025-10-12T14:18:13.489Z","avatar_url":"https://github.com/elct9620.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"Middleman Webpacked\n===\n\n## Usage\n\nAdd this line to your `Gemfile`\n\n```ruby\ngem 'middleman-webpacked', '~\u003e 0.1.0'\n```\n\nSetup your Webpack\n\n```ruby\nmiddleman webpack\n```\n\n\u003e To enable React.js, add `--react` options when setup Webpack\n\u003e To enable Vue.js, add `--vue` options when setup Webpack\n\nAdd `javascript_pack_tag` to your layout\n\n```erb\n\u003c%= javascript_pack_tag 'bundle' %\u003e\n```\n\nActivate the extension in `config.rb`\n\n```ruby\nactivate :webpack\n```\n\nPut the javascript into `src` directory\n\n\u003e This version only support Webpack 4 default config\n\n## Options\n\n### Entry\n\nIf you want to output more than one file (`bundle.js`) you can specify the entry options.\n\n```ruby\nactivate :webpack,\n         entry: {\n           app: 'index.js',\n           ext: 'ext.js'\n         }\n```\n\n## Roadmap\n\n* [x] Running Webpack without config\n* [ ] Automatic setup `webpack.config.js`\n* [x] Babel Support\n* [x] React.js Support\n  * [x] Can be enabled\n  * [ ] Support to generate css file\n* [ ] Vue.js Support\n  * [x] Can be enabled\n  * [x] Support template and `.vue` file\n  * [ ] Support to generate css file\n* [ ] Sass Support\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felct9620%2Fmiddleman-webpacked","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felct9620%2Fmiddleman-webpacked","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felct9620%2Fmiddleman-webpacked/lists"}