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

Edge browser back #992

Merged
merged 9 commits into from
Nov 29, 2019
Merged

Edge browser back #992

merged 9 commits into from
Nov 29, 2019

Conversation

maxmarkus
Copy link
Contributor

Fixes browser back issue in MS Edge and IE11.

@maxmarkus maxmarkus added the bug Something isn't working label Nov 27, 2019
@@ -52,7 +52,7 @@
"bundle-ie11": "webpack --mode=production --display-error-details --config webpack-ie11.config.js",
"bundle-develop": "npm run bundle-develop-evergreen",
"bundle-develop-evergreen": "npm run bundle-evergreen -- -d --watch",
"bundle-develop-ie11": "webpack --display-error-details --config webpack-ie11.config.js --debug --devtool cheap-source-map --output-pathinfo --watch",
"bundle-develop-ie11": "MINIFY=false webpack --display-error-details --config webpack-ie11.config.js --debug --devtool source-map --output-pathinfo --watch",
Copy link
Contributor

Choose a reason for hiding this comment

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

I think this won‘t work for ie11 as the non-cheap source-map uses eval and the code in the eval block is not transpiled.

@pekura pekura merged commit ce09cc8 into SAP:master Nov 29, 2019
@pekura pekura deleted the 991-edge-browser-back branch November 29, 2019 09:49
JohannesDoberer added a commit to JohannesDoberer/luigi that referenced this pull request Nov 29, 2019
* master:
  Update Luigi core npm to 6.13.1 (SAP#990)
  Update INTERNAL-README.md (SAP#987)
  Edge browser back (SAP#992)
JohannesDoberer added a commit to JohannesDoberer/luigi that referenced this pull request Dec 4, 2019
* master:
  change documentation link (SAP#984)
  no message (SAP#998)
  release v0.7.2 (SAP#997)
  Update Luigi core npm to 6.13.1 (SAP#990)
  Update INTERNAL-README.md (SAP#987)
  Edge browser back (SAP#992)
  Third party cookie check (SAP#970)
stanleychh pushed a commit to stanleychh/luigi that referenced this pull request Dec 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants