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
Same issue as #1265 and #1084
devServer: { port: 9000, contentBase: './dist', stats: 'errors-only', overlay: true, proxy: { '/api': { target: 'http://localhost:8080', pathRewrite: { '^/api': '' }, ws: true } } }
Page is opened in IE11.
IE11 complains about invalid backtick. Source inspector shows the backticks in sendMsg function:
sendMsg
self.postMessage({ type: `webpack${type}`, data }, '*');
Load up any page via webpack-dev-server in IE11.
The text was updated successfully, but these errors were encountered:
@luisbelloch please search before opening new issues. duplicate of #1268.
Sorry, something went wrong.
That was... 2 hours ago 😅
Sorry, didn't notice.
No branches or pull requests
Same issue as #1265 and #1084
Code
Expected Behavior
Page is opened in IE11.
Actual Behavior
IE11 complains about invalid backtick. Source inspector shows the backticks in
sendMsg
function:For Bugs; How can we reproduce the behavior?
Load up any page via webpack-dev-server in IE11.
The text was updated successfully, but these errors were encountered: