{"id":15287813,"url":"https://github.com/magiccube/ui5-loader","last_synced_at":"2025-04-13T06:05:29.391Z","repository":{"id":57385279,"uuid":"60319353","full_name":"MagicCube/ui5-loader","owner":"MagicCube","description":"An UNOFFICIAL experimental Webpack loader for SAP UI5. Together with my Babel plugin(https://github.com/MagicCube/babel-plugin-ui5), you are abel to use Webpack + Babel to build your next generation UI5 applications.","archived":false,"fork":false,"pushed_at":"2017-05-08T04:10:16.000Z","size":6,"stargazers_count":20,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-14T18:40:42.007Z","etag":null,"topics":["babel","sap","sapui5","webpack","webpack-babel"],"latest_commit_sha":null,"homepage":null,"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/MagicCube.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":"2016-06-03T04:55:51.000Z","updated_at":"2020-04-01T07:16:37.000Z","dependencies_parsed_at":"2022-08-29T02:11:31.110Z","dependency_job_id":null,"html_url":"https://github.com/MagicCube/ui5-loader","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MagicCube%2Fui5-loader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MagicCube%2Fui5-loader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MagicCube%2Fui5-loader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MagicCube%2Fui5-loader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MagicCube","download_url":"https://codeload.github.com/MagicCube/ui5-loader/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219846951,"owners_count":16556418,"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":["babel","sap","sapui5","webpack","webpack-babel"],"created_at":"2024-09-30T15:38:05.056Z","updated_at":"2024-10-14T18:40:46.344Z","avatar_url":"https://github.com/MagicCube.png","language":"JavaScript","readme":"#FORE MORE INFORMATION, PLEASE VISIT [babel-plugin-ui5](https://github.com/MagicCube/babel-plugin-ui5)\n\n\n\n\n\n\n# ui5-loader\nAn UNOFFICIAL experimental Webpack loader for SAP UI5. Together with my Babel\nplugin(https://github.com/MagicCube/babel-plugin-ui5), you are abel to use\nWebpack + Babel to build your next generation UI5 applications.\n\n## Usage\n### 1. Install babel-preset-ui5\nPlease refer to [babel-preset-ui5](https://github.com/MagicCube/babel-preset-ui5).\n\n### 2. Install ui5-loader\n```sh\n$ npm install --save-dev ui5-loader\n```\n\n### 3. Configure webpack.config.js\n```javascript\n{\n    ...\n    module: {\n        loaders: [\n            {\n                test: /\\.js$/,\n                exclude: /(node_modules|bower_components)/,\n                loaders: [\n                    \"ui5-loader?sourceRoot=./src\",\n                    \"babel-loader?sourceRoot=./src\"\n                ]\n            }\n        ]\n    }\n}\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmagiccube%2Fui5-loader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmagiccube%2Fui5-loader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmagiccube%2Fui5-loader/lists"}