{"library":"babel-plugin-dynamic-import-node-sync","type":"library","category":null,"description":"Babel 7 plugin that transpiles dynamic import() expressions to synchronous require() calls for Node.js, primarily used for server-side rendering. Current stable version is 2.0.1, with a single release on Babel 7. Unlike the alternative babel-plugin-dynamic-import-node which wraps require() in Promise.resolve().then(), this plugin outputs a direct synchronous require(), eliminating the Promise wrapper. It matches the proposed import() spec. Installation via npm, configuration via .babelrc or CLI. Designed for Node.js environments where synchronous module loading is acceptable.","language":"javascript","status":"active","version":"2.0.1","tags":["javascript","babel","plugin","dynamic","import","node","sync","ssr","react-router"],"last_verified":"Sat Apr 25","install":[{"cmd":"npm install babel-plugin-dynamic-import-node-sync","imports":[]},{"cmd":"yarn add babel-plugin-dynamic-import-node-sync","imports":[]},{"cmd":"pnpm add babel-plugin-dynamic-import-node-sync","imports":[]}],"homepage":null,"github":"https://github.com/seeden/babel-plugin-dynamic-import-node-sync","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/babel-plugin-dynamic-import-node-sync","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}