# react-practice **Repository Path**: martsforever-study/react-practice ## Basic Information - **Project Name**: react-practice - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-01-08 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # node 中使用es6模块引入 ```bash npm i @babel/core @babel/node @babel/plugin-transform-modules-commonjs -d ``` ```json "scripts": { "test": "babel-node src/store/sagas.spec.js --plugins @babel/plugin-transform-modules-commonjs" } ```