wdjungst / create-repack-app

A cli to build a rails application with create-react-app
90 stars 11 forks source link

Listen console warning #22

Closed wdjungst closed 6 years ago

wdjungst commented 6 years ago

Listen generates a console warning on MacOS due to deep linking. We can suppress this warning by overwriting the duplicate directory warning in config/environments/development.rb

wdjungst commented 6 years ago

Fixed