Webpacker: Disable rails server compilation to use bin/webpack-dev-server

Created on 18 Dec 2017  路  1Comment  路  Source: rails/webpacker

I'm using docker-compose to setup my environment and using 2 differents container for the rails server and the webpack server.

However, my rails server is still compiling the javascript. Is there a way to disable this?

Most helpful comment

Yes, please set compile: false in webpacker.yml

>All comments

Yes, please set compile: false in webpacker.yml

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ilrock picture ilrock  路  3Comments

FrankFang picture FrankFang  路  3Comments

suhomlineugene picture suhomlineugene  路  3Comments

eriknygren picture eriknygren  路  3Comments

iChip picture iChip  路  3Comments