{"library":"liferay-npm-bundler-loader-json-loader","install":[{"cmd":"npm install liferay-npm-bundler-loader-json-loader","imports":["// .npmbundlerrc\n{\n  \"rules\": [\n    {\n      \"test\": \"\\\\.json$\",\n      \"use\": [\"json-loader\"]\n    }\n  ]\n}","const bundlerConfig = {\n  \"rules\": [\n    {\n      \"test\": \"\\\\.json$\",\n      \"use\": [\"json-loader\"]\n    }\n  ]\n}; // This configuration object is placed directly into .npmbundlerrc","The `liferay-npm-bundler` automatically applies the configured 'json-loader' when it processes a file matching the 'test' regex (e.g., a '.json' file) during the build process."]},{"cmd":"yarn add liferay-npm-bundler-loader-json-loader","imports":[]},{"cmd":"pnpm add liferay-npm-bundler-loader-json-loader","imports":[]}]}