We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Export default can be used normally, export is not available.
Error
// init import { tool } from 'common' exprot { tool } // index import { tool } from 'init'
// 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
^1.11.0
related question: #21 #14
The text was updated successfully, but these errors were encountered:
rewrite v2
9c5c02c
Close - #245 - #420 - #423 - #344 - #342 - #432 - #436 - #331 - #324 - #311 - #297 - #296 - #286 - #282 - #280 - #239 - #172
eec4fce
No branches or pull requests
Export default can be used normally, export is not available.
Error
Error
Ok
related question: #21 #14
The text was updated successfully, but these errors were encountered: