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
First of all I want to thank you @sokra and @TheLarkInn for the nice talks at this year's ReactiveConf. Very interesting and also very well presented!
Here are some typos/things I have spotted in today's slides of the "15 less known webpack features in 15 minutes" talk.
// require(“~/abc")
"
// Add you own directory
your
new SourceMapDevToolPlugins()
s
That's all, hopefully it's ok to point them out here, and thanks again!
The text was updated successfully, but these errors were encountered:
Thanks for the feedback. I'll fix these issues soon.
Sorry, something went wrong.
No branches or pull requests
First of all I want to thank you @sokra and @TheLarkInn for the nice talks at this year's ReactiveConf. Very interesting and also very well presented!
Here are some typos/things I have spotted in today's slides of the "15 less known webpack features in 15 minutes" talk.
// require(“~/abc")
, should be a"
at the beginning// Add you own directory
=>your
new SourceMapDevToolPlugins()
=> withouts
?That's all, hopefully it's ok to point them out here, and thanks again!
The text was updated successfully, but these errors were encountered: