양현석

Results 12 comments of 양현석

I found this code [instance.ts#L283](https://github.com/s-panferov/awesome-typescript-loader/blob/master/src/instance.ts#L283) added from commit 16574fe507b4435f9545e697cfdf9c8e03688b87

this also happened in my project. when i just run babel with babel-cli, i got this ```javascript // original import importedModule from '@src/module'; export { default as reExportedModule } from...

I found some tricky ways to solve this ``` type Test = Map & { a?: number, b?: number, c?: string, } ```

Try to describe plugins as a Object. https://github.com/michael-ciniawsky/postcss-load-plugins#object it worked to me.

or #228 could be the solution.

Can we set orders as "pragma" - "directives" - and "sorted imports" ?

I digged about this, and set parser ``` { "parser": "babel-ts", "plugins": ["@trivago/prettier-plugin-sort-imports"] } ``` Then errors are gone.

Similar issue: If I set `withPortal`, wrapperClassName has no effect.