Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upExamples still use old Webpack 1.x module.loaders properties #250
Comments
HyperBrain
added
enhancement
help wanted
labels
Oct 10, 2017
HyperBrain
referenced this issue
Oct 19, 2017
Closed
Handler not found while running the `babel` example after `npm install` #253
HyperBrain
added this to the 4.0.0 milestone
Oct 25, 2017
HyperBrain
removed
the
help wanted
label
Oct 25, 2017
HyperBrain
closed this
in
#259
Oct 31, 2017
This comment has been minimized.
This comment has been minimized.
Released with |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
HyperBrain commentedOct 10, 2017
This is a Bug Report
Description
The examples in the repository still use the old (and deprecated)
module.loaders
configuration for Webpack. This should be switched to the newmodule.rules
semantics.