The linkage is difficulty to identify because it happens via an event bedrock-views.bundle.run:
|
const output = options.output || config['bedrock-webpack'].out; |
|
const paths = options.paths || config['bedrock-webpack'].paths; |
options.output will determine whether webpack assets go into development or production it will be an absolute path like:
/home/matt/bedrock-dev/some-app/.cache/bedrock-views/production/js/bundle.js
The linkage is difficulty to identify because it happens via an event
bedrock-views.bundle.run:bedrock-webpack/lib/index.js
Lines 136 to 137 in 3039b91
options.outputwill determine whether webpack assets go intodevelopmentorproductionit will be an absolute path like: