{"id":15193970,"url":"https://github.com/vegawong/lazy-webpack","last_synced_at":"2025-10-02T08:31:30.410Z","repository":{"id":57152517,"uuid":"79073765","full_name":"vegawong/lazy-webpack","owner":"vegawong","description":"easy to setup for webpack","archived":true,"fork":false,"pushed_at":"2017-02-23T01:21:33.000Z","size":1717,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-15T22:38:02.728Z","etag":null,"topics":["webpack","webpack2"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/vegawong.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":"2017-01-16T02:02:39.000Z","updated_at":"2023-01-28T21:27:44.000Z","dependencies_parsed_at":"2022-08-27T16:23:20.626Z","dependency_job_id":null,"html_url":"https://github.com/vegawong/lazy-webpack","commit_stats":null,"previous_names":["vega-wong/lazy-webpack"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vegawong%2Flazy-webpack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vegawong%2Flazy-webpack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vegawong%2Flazy-webpack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vegawong%2Flazy-webpack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vegawong","download_url":"https://codeload.github.com/vegawong/lazy-webpack/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234957866,"owners_count":18913364,"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":["webpack","webpack2"],"created_at":"2024-09-27T22:21:04.153Z","updated_at":"2025-10-02T08:31:24.980Z","avatar_url":"https://github.com/vegawong.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# easy-webpack-plus\neasy to setup for webpack\n\n## USAGE:\n```javascript\n// webpack.config.js\nconst getConfig = require('lazy-webpack');\nlet config = getConfig({\n  in: {\n    app: 'src/main.js'\n  },\n  out: {\n    path: 'dist',\n    publicPath: 'http://localhost:3000/dist/'\n  },\n  presets: ['babel', 'sass']  // can be string(preset-name) or object\n});\nmodule.exports = config;\n```\n\n## 可用的Presets\n\n- [babel](/presets/lazy-webpack-preset-babel/README.md)\n\n- [sass](/presets/lazy-webpack-preset-sass/README.md)\n\n- [icon](/presets/lazy-webpack-preset-icon/README.md)\n\n- [img](/presets/lazy-webpack-preset-img/README.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvegawong%2Flazy-webpack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvegawong%2Flazy-webpack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvegawong%2Flazy-webpack/lists"}