diff --git a/apps/dashboard/config/webpacker.yml b/apps/dashboard/config/webpacker.yml index a6b146566a..a4c26b4b41 100644 --- a/apps/dashboard/config/webpacker.yml +++ b/apps/dashboard/config/webpacker.yml @@ -59,7 +59,7 @@ development: public: localhost:3035 hmr: false # Inline should be set to true if using HMR - inline: true + inline: false overlay: true compress: true disable_host_check: true @@ -67,10 +67,9 @@ development: quiet: false pretty: false headers: - 'Access-Control-Allow-Origin': '*' + "Access-Control-Allow-Origin": "*" watch_options: - ignored: '**/node_modules/**' - + ignored: "**/node_modules/**" test: <<: *default