-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
stylesheet_pack_tag not emitting anything #3163
Comments
when you start webpack does it use port 3035 ? |
I am running into a similar problem as well. |
I don't use the dev_server. For development I run |
Reading this : v6.0.0.beta.7...a1778d7 I understand the following:
In the end once everything is better webpacker will be a smaller wrapper to webpack-dev-server |
Can you create a reproduction repo? Because everything seem to be working just fine with the files you provide |
Thanks for closing this, in the end it did work for us but hard to explain exactly what is the change we made, we don't have the extract_css option in wepbacker. using |
Using webpacker 6.0.0-rc5.
My
= stylesheet_pack_tag 'application', 'data-turbolinks-track': 'reload'
emits nothing, i.e. no link tag is being rendered.I have a folder structure like this:
The
application.scss
is properly picked up and compiled to the output directory. Mymanifest.json
looks like this:Webpacker config:
And finally, my
package.json
:The text was updated successfully, but these errors were encountered: