You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
Something very strange appear here.
When i compile with bin/shakapacker, my React is correctly rendered.
But if i start bin/shakapacker-dev-server, my react is not loaded anymore, but i have the files in <script/> and the empty <div id=""/> in my DOM.
The compilation show no errors.
Consider the difference between bin/shakapacker and bin/shakapacker-dev-server. The latter, runs webpack dev-server, which bundles files in memory. It is suitable for the development phase.
Hello,
Something very strange appear here.
When i compile with bin/shakapacker, my React is correctly rendered.
But if i start bin/shakapacker-dev-server, my react is not loaded anymore, but i have the files in
<script/>
and the empty<div id=""/>
in my DOM.The compilation show no errors.
Is this a bug or a bad configuration ?
shakapacker.yml
development.js
Setup environment:
The text was updated successfully, but these errors were encountered: