-
-
Notifications
You must be signed in to change notification settings - Fork 204
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
Requiring .js from .html doesn't use defined loaders #124
Comments
|
I'm seeing the same thing occurring when using Webpack version: 3.3.0 |
I think this may have had to do with the way |
Closing in favor of #33 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm submitting a bug report
Webpack version:
2.x
HTML-Loader version:
0.4.5
Please tell us about your environment:
OSX 10.x / Linux / Windows 10
OSX
Current behavior:
Webpack is not running defined loaders on modules imported into .html entrypoints.
Expected/desired behavior:
I expect the following module to be run through my defined
babel-loader
, but it's choking on ES6 syntax.Imports within
.html
files should be treated as defined in the webpack config.The text was updated successfully, but these errors were encountered: