{"_id":"@alola-react/plugin-module-babel","_rev":"1-bfd7c69cf1fbecf3af1f83c8e56899ec","name":"@alola-react/plugin-module-babel","dist-tags":{"latest":"0.0.1"},"versions":{"0.0.1":{"name":"@alola-react/plugin-module-babel","version":"0.0.1","description":"The babel plugin of Alola-react-sdk Module","keywords":["react","framework","alola","alola-react-sdk"],"homepage":"https://alolajs.dev/module-tools","bugs":{"url":"https://github.com/alolainc/alola-react-sdk/issues"},"repository":{"type":"git","url":"git+https://github.com/alolainc/alola-react-sdk.git","directory":"packages/module/plugin-module-babel"},"license":"MIT","sideEffects":false,"main":"./dist/index.js","types":"./dist/index.d.ts","dependencies":{"@babel/core":"^7.23.2","@swc/helpers":"0.5.3"},"devDependencies":{"@types/babel__core":"^7.20.1","@types/jest":"^29","@types/node":"^14","jest":"^29","typescript":"^5","@scripts/build":"0.0.1","@scripts/jest-config":"0.0.1","@alola-react/module-tools":"0.0.1"},"peerDependencies":{"@alola-react/module-tools":"^2.48.5"},"publishConfig":{"access":"public","provenance":true,"registry":"https://registry.npmjs.org/"},"scripts":{"build":"mdn build","dev":"mdn build --watch","test":"jest --passWithNoTests"},"_id":"@alola-react/plugin-module-babel@0.0.1","_integrity":"sha512-+TuFqcqSk2AzdYP59yF6crC0aiyzvu2zlwV24ZM5JNQ7KC3wgw3XjCvQk1hmFlNgTnhwX+EAJogQjEL/26d6JA==","_resolved":"C:\\Users\\DELL\\AppData\\Local\\Temp\\019e8111adf17a64cad42adf79815d46\\alola-react-plugin-module-babel-0.0.1.tgz","_from":"file:alola-react-plugin-module-babel-0.0.1.tgz","_nodeVersion":"20.10.0","_npmVersion":"8.5.4","dist":{"integrity":"sha512-+TuFqcqSk2AzdYP59yF6crC0aiyzvu2zlwV24ZM5JNQ7KC3wgw3XjCvQk1hmFlNgTnhwX+EAJogQjEL/26d6JA==","shasum":"e67c729c4db29bae8013d5d144ef7d683cc1fabe","tarball":"https://registry.npmjs.org/@alola-react/plugin-module-babel/-/plugin-module-babel-0.0.1.tgz","fileCount":3,"unpackedSize":3373,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQChi8FFA2HO0FthdqLvaDDLndXIrFAOneeK0E3nPi3riQIgMTzo8s6vBMpewCM9X75SFprVWz5PsLnyDqb+dOVMtxY="}]},"_npmUser":{"name":"augustng-dev","email":"augustng.dev@gmail.com"},"directories":{},"maintainers":[{"name":"augustng-dev","email":"augustng.dev@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/plugin-module-babel_0.0.1_1713101658457_0.4838160368193285"},"_hasShrinkwrap":false}},"time":{"created":"2024-04-14T13:34:18.344Z","0.0.1":"2024-04-14T13:34:18.587Z","modified":"2024-04-15T13:44:00.026Z"},"maintainers":[{"email":"nghainam2000@gmail.com","name":"nguyenhainam24082000"},{"email":"augustng.dev@gmail.com","name":"augustng-dev"}],"description":"The babel plugin of Alola-react-sdk Module","homepage":"https://alolajs.dev/module-tools","keywords":["react","framework","alola","alola-react-sdk"],"repository":{"type":"git","url":"git+https://github.com/alolainc/alola-react-sdk.git","directory":"packages/module/plugin-module-babel"},"bugs":{"url":"https://github.com/alolainc/alola-react-sdk/issues"},"license":"MIT","readme":"# @alola-react/plugin-module-babel\n\nThe Babel plugin of Alola-react-sdk Module.\n\nYou can add Babel compile by the plugin before module-tools internal building.\n\n## Usage\n\n```ts alola.config.ts\nimport { moduleTools, defineConfig } from \"@alola-react/module-tools\";\nimport { modulePluginBabel } from \"@alola-react/plugin-module-babel\";\nexport default defineConfig({\n  plugins: [\n    moduleTools(),\n    modulePluginBabel({\n      internalPresetOptions: {\n        // babel-plugin-import options\n        import: {},\n        // @babel/preset-react options\n        react: {},\n      },\n      // refer: https://babeljs.io/docs/en/options\n      babelTransformOptions: {},\n    }),\n  ],\n});\n```\n\n## Documentation\n\n- [English Documentation](https://alolajs.dev/module-tools/en)\n- [中文文档](https://alolajs.dev/module-tools/)\n\n## Contributing\n\nPlease read the [Contributing Guide](https://github.com/alolainc/alola-react-sdk/blob/main/CONTRIBUTING.md).\n\n## License\n\nAlola-react-sdk is [MIT licensed](https://github.com/alolainc/alola-react-sdk/blob/main/LICENSE).\n","readmeFilename":"README.md"}