From 229d79fce9a092bd2e71559603fba67000b18254 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Mon, 23 Aug 2021 16:29:19 -0400 Subject: update to rails 3.0.2 --- config/webpacker.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'config/webpacker.yml') diff --git a/config/webpacker.yml b/config/webpacker.yml index 8581ac0..a6b1465 100644 --- a/config/webpacker.yml +++ b/config/webpacker.yml @@ -6,12 +6,11 @@ default: &default public_root_path: public public_output_path: packs cache_path: tmp/cache/webpacker - check_yarn_integrity: false webpack_compile_output: true # Additional paths webpack should lookup modules # ['app/assets', 'engine/foo/app/assets'] - resolved_paths: [] + additional_paths: [] # Reload manifest.json on all requests so we reload latest compiled packs cache_manifest: false @@ -52,9 +51,6 @@ development: <<: *default compile: true - # Verifies that correct packages and versions are installed by inspecting package.json, yarn.lock, and node_modules - check_yarn_integrity: true - # Reference: https://webpack.js.org/configuration/dev-server/ dev_server: https: false -- cgit 1.4.1