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

Feat/ie11 #1

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from
Draft

Feat/ie11 #1

wants to merge 6 commits into from

Conversation

tamurayk
Copy link
Owner

@tamurayk tamurayk commented Oct 7, 2020

Next.js x IE11

対応内容

  • MobX のバージョンダウン (5系 => 4系)
    • MobX5系は IE11 をサポートしてない為
  • Babel でトランスパイルされないモジュールを martpie/next-transpile-modules でトランスパイル

note

未対応

@tamurayk tamurayk marked this pull request as draft October 7, 2020 05:39
.babelrc Outdated
}
],
[
"@babel/preset-typescript",
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note:
下記の問題を解消する為に、@babel/preset-typescript を追加した。

  • preset-env を使用した際に Object.assign(this, config) しても this.config が undefined になる

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

Successfully merging this pull request may close these issues.

1 participant