{"id":15730992,"url":"https://github.com/tuchk4/webpack-code-splitter","last_synced_at":"2025-03-31T02:46:23.009Z","repository":{"id":57148471,"uuid":"49492292","full_name":"tuchk4/webpack-code-splitter","owner":"tuchk4","description":"Webpack code splitter (by file system paths,no matter where module was imported)","archived":false,"fork":false,"pushed_at":"2017-07-24T10:04:43.000Z","size":5,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-10T21:41:16.423Z","etag":null,"topics":[],"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/tuchk4.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":"2016-01-12T10:20:52.000Z","updated_at":"2021-08-19T15:10:19.000Z","dependencies_parsed_at":"2022-08-31T20:02:20.569Z","dependency_job_id":null,"html_url":"https://github.com/tuchk4/webpack-code-splitter","commit_stats":null,"previous_names":["frankland/webpack-code-splitter"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuchk4%2Fwebpack-code-splitter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuchk4%2Fwebpack-code-splitter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuchk4%2Fwebpack-code-splitter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuchk4%2Fwebpack-code-splitter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tuchk4","download_url":"https://codeload.github.com/tuchk4/webpack-code-splitter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246408100,"owners_count":20772228,"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":[],"created_at":"2024-10-04T00:01:25.675Z","updated_at":"2025-03-31T02:46:22.983Z","avatar_url":"https://github.com/tuchk4.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Webpack code splitter plugin\n\n## Install\n\n`npm install --save webpack-code-splitter`\n\n\n```js\nimport WebpackCodeSplitter from 'webpack-code-splitter';\n\nlet webpackCodeSplitterPlugin = new WebpackCodeSplitter([\n  // every module from node_module or bower_components will be placed into js/vendor.js output build script\n  {\n    name: 'js/vendor',\n    path: ['node_modules/', 'bower_components/'],\n  },\n  // for bootstrap module - will be separated build script\n  {\n    name: 'js/bootstrap',\n    path: '\\/bootstrap\\\\.js'\n  },\n  // all jade and html template will be placed into js/templates.js output build scirpt\n  {\n    name: 'js/templates',\n    path: '.+\\\\.(jade|html)'\n  }\n]);\n\nwebpack.config.plugins.push(webpackCodeSplitterPlugin);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftuchk4%2Fwebpack-code-splitter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftuchk4%2Fwebpack-code-splitter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftuchk4%2Fwebpack-code-splitter/lists"}