Skip to content

Latest commit

 

History

History

babel-basic

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

babel-basic

基础的 babel 环境

1. 如何运行

  1. 在 workshop 根目录运行 yarn bootstrap 来安装依赖,
  2. 在当前目录执行 yarn build 查看打包结果

当前实现了简易版的 babel-plugin-import 的功能。

import { Button } from "songjp-ui-react";
      ↓ ↓ ↓ ↓ ↓ ↓
import Button from "songjp-ui-react/lib/button";
import "songjp-ui-react/lib/theme-default/button.css";