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
As previously discussed in issue #176 . I am having trouble making web pack work with Rails in my development environment, which is Cloud9.
My Environment:
Gems included by the bundle:
(Few are Below)
Changed the development.dev_server entry config/webpacker.yml file into
dev_server:
https: truehost: localhostport: 3035public: your-workspace-name-yourusername.c9users.io:3035hmr: false# Inline should be set to true if using HMRinline: falseoverlay: truecompress: truedisable_host_check: trueuse_local_ip: falsequiet: falseheaders:
'Access-Control-Allow-Origin': '*'watch_options:
ignored: /node_modules/
after running webpack-dev-server live changes cannot be seen without reload.
When Inline sets to true then i have error
The text was updated successfully, but these errors were encountered:
As previously discussed in issue #176 . I am having trouble making web pack work with Rails in my development environment, which is Cloud9.
My Environment:
Gems included by the bundle:
(Few are Below)
Package Json
Changed the
development.dev_server
entryconfig/webpacker.yml
file intoafter running
![capture](https://user-images.githubusercontent.com/16918568/36678350-826bd632-1b36-11e8-98b7-56fdbc9b29bd.PNG)
webpack-dev-server
live changes cannot be seen without reload.When
Inline
sets totrue
then i have errorThe text was updated successfully, but these errors were encountered: