-
Notifications
You must be signed in to change notification settings - Fork 27k
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
Bundle all the modules inside the app #414
Conversation
We still pre-build the prefetcher because it needs different webpack config which only targets browsers supports Service Workers.
We no longer using it.
1 similar comment
1 similar comment
@@ -63,7 +63,6 @@ | |||
"react": "15.4.1", | |||
"react-dom": "15.4.1", | |||
"react-hot-loader": "3.0.0-beta.6", | |||
"read-pkg-up": "2.0.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can remove babel-plugin-transform-remove-strict-mode
too
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
👍 👍 👍 awesome |
Thanks for adopting this @arunoda 🙌 |
This plugin wasn’t in use anyway. vercel#414
This plugin wasn’t in use anyway. Related: #414 Maybe we can remove the [`"strict_mode"`](https://github.com/zeit/next.js/search?q=%27use+strict%27&type=Code) statements as well.
Fixes #406