Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while exporting components #297

Open
wyhaya opened this issue Jan 4, 2019 · 0 comments
Open

Error while exporting components #297

wyhaya opened this issue Jan 4, 2019 · 0 comments

Comments

@wyhaya
Copy link

wyhaya commented Jan 4, 2019

Export default can be used normally, export is not available.

Error

// init
import { tool } from 'common'
exprot { tool }

// index
import { tool } from 'init'

Error

// init
export { tool } from 'common'

// index
import { tool } from 'init'

Ok

// init
import { tool } from 'common'
export default tool

// index
import tool from 'init'

babel-plugin-import : ^1.11.0

related question: #21 #14

yesmeck added a commit that referenced this issue Nov 4, 2020
Close

- #245
- #420
- #423
- #344
- #342
- #432
- #436
- #331
- #324
- #311
- #297
- #296
- #286
- #282
- #280
- #239
- #172
@yesmeck yesmeck mentioned this issue Nov 4, 2020
yesmeck added a commit that referenced this issue Nov 4, 2020
Close

- #245
- #420
- #423
- #344
- #342
- #432
- #436
- #331
- #324
- #311
- #297
- #296
- #286
- #282
- #280
- #239
- #172
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant