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
create-react-appは、ModuleScopePlugin でsrc外部のimportを制限しているらしい。 libの変更時にインストールし直すのが面倒なので、npmではなくローカルパスからインストールできると嬉しい。
- "pe-line-amount-calculator": "^1.0.8", + "pe-line-amount-calculator": "link:./../lib/src"
react-app-rewired や craco などで create-react-app の webpackの設定を上書きできるっぽい。(できれば eject したくない) react-app-rewired は create-react-app 2.0 までしかサポートしてないからダメそう。
参考リンク
https://github.com/facebook/create-react-app/issues/8785 https://stackoverflow.com/questions/44114436/the-create-react-app-imports-restriction-outside-of-src-directory
The text was updated successfully, but these errors were encountered:
No branches or pull requests
create-react-appは、ModuleScopePlugin でsrc外部のimportを制限しているらしい。
libの変更時にインストールし直すのが面倒なので、npmではなくローカルパスからインストールできると嬉しい。
react-app-rewired や craco などで create-react-app の webpackの設定を上書きできるっぽい。(できれば eject したくない)
react-app-rewired は create-react-app 2.0 までしかサポートしてないからダメそう。
参考リンク
The text was updated successfully, but these errors were encountered: