-
Notifications
You must be signed in to change notification settings - Fork 172
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
Polyfills bundle #854
Polyfills bundle #854
Conversation
✅ Deployed successfully to: https://turnilo-polyfill-bundle-gmbbyye42a-ew.a.run.app |
1 similar comment
✅ Deployed successfully to: https://turnilo-polyfill-bundle-gmbbyye42a-ew.a.run.app |
b843b3e
to
14f6ac9
Compare
✅ Deployed successfully to: https://turnilo-polyfill-bundle-gmbbyye42a-ew.a.run.app |
3da84c9
to
92b6b8a
Compare
✅ Deployed successfully to: https://turnilo-polyfill-bundle-gmbbyye42a-ew.a.run.app |
1 similar comment
✅ Deployed successfully to: https://turnilo-polyfill-bundle-gmbbyye42a-ew.a.run.app |
92b6b8a
to
49e1892
Compare
✅ Deployed successfully to: https://turnilo-polyfill-bundle-gmbbyye42a-ew.a.run.app |
2 similar comments
✅ Deployed successfully to: https://turnilo-polyfill-bundle-gmbbyye42a-ew.a.run.app |
✅ Deployed successfully to: https://turnilo-polyfill-bundle-gmbbyye42a-ew.a.run.app |
49e1892
to
d38d013
Compare
✅ Deployed successfully to: https://turnilo-polyfill-bundle-gmbbyye42a-ew.a.run.app |
@@ -33,7 +33,7 @@ module.exports = { | |||
devtool: "source-map", | |||
output: { | |||
path: path.resolve(__dirname, '../build/public'), | |||
filename: "main.js", | |||
filename: "[name].js", |
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.
Is [name]
resolved to key name in entry
map?
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, that's right
#845 (comment)
Modern browser will not fetch, parse and execute polyfills code.