{"id":17084530,"url":"https://github.com/nsaunders/execute-module-loader","last_synced_at":"2026-04-16T12:36:57.247Z","repository":{"id":65163720,"uuid":"584543527","full_name":"nsaunders/execute-module-loader","owner":"nsaunders","description":"Build-time module execution in a Webpack loader","archived":false,"fork":false,"pushed_at":"2023-10-06T20:41:52.000Z","size":182,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-03T13:48:23.282Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/nsaunders.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-01-02T21:45:08.000Z","updated_at":"2023-01-18T20:42:38.000Z","dependencies_parsed_at":"2023-09-25T02:31:55.644Z","dependency_job_id":"7740e231-7ced-4e0b-af07-09b91bbf56dd","html_url":"https://github.com/nsaunders/execute-module-loader","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/nsaunders%2Fexecute-module-loader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nsaunders%2Fexecute-module-loader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nsaunders%2Fexecute-module-loader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nsaunders%2Fexecute-module-loader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nsaunders","download_url":"https://codeload.github.com/nsaunders/execute-module-loader/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245111928,"owners_count":20562511,"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-14T13:07:52.841Z","updated_at":"2026-04-16T12:36:57.212Z","avatar_url":"https://github.com/nsaunders.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# execute-module-loader \u003ca href=\"https://github.com/nsaunders/execute-module-loader/actions/workflows/ci.yml\"\u003e\u003cimg src=\"https://img.shields.io/github/actions/workflow/status/nsaunders/execute-module-loader/ci.yml?branch=master\" alt=\"Build status\"\u003e\u003c/a\u003e \u003ca href=\"https://www.npmjs.com/package/execute-module-loader\"\u003e\u003cimg src=\"https://img.shields.io/npm/v/execute-module-loader.svg\" alt=\"Latest Release\"\u003e\u003c/a\u003e \u003ca href=\"https://github.com/nsaunders/execute-module-loader/blob/master/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/github/license/nsaunders/execute-module-loader.svg\" alt=\"License\"\u003e\u003c/a\u003e\n\nThis is a Webpack loader that allows you to execute a module at build time. It\nwas originally taken from\n[a Webpack test case](https://github.com/webpack/webpack/tree/main/test/configCases/loader-import-module/css).\n\n## Default behavior\n\nGiven an ES module, the `export default` value will be used. For CommonJS modules, the `module.exports` value will be used.\n\n\u003e **Warning**\n\u003e The value must be a string, or else compilation will fail.\n\n## Options\n\n**export**: string\n\nAn export whose value to return as the module output. The value must be a string.\n\n**module**: boolean\n\nWhen enabled, all exports will be included in the module output, encoded in a stringified JSON object.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnsaunders%2Fexecute-module-loader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnsaunders%2Fexecute-module-loader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnsaunders%2Fexecute-module-loader/lists"}