You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 18, 2024. It is now read-only.
Two configurations:
A: {
plugin: [
'universal-import',
'import',
]
}
B: {
plugin: [
// anything....
]
}
after using babel-merge,
'import' plugin will be lost from result.
The cause is
https://github.com/eliperelman/babel-merge/blob/master/index.js#L19