You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, build tools used for this website are postcss and the 11ty vite plugin. There was a bug present when using the passThroughCopy function that caused files to not be passed in the dist directory of the website, when making a prod build. This is why we decided to abandon the 11ty vite plugin for the metrics website. Look into whether /open is affected by this bug and consider whether it is necessary to change build tools to postcss and rollup.
The text was updated successfully, but these errors were encountered:
Looks like /open is affected by this bug, along with some CSS not being applied in the prod build (works fine locally though). Let's change the build tools to match what we have implemented in the metrics website.
Currently, build tools used for this website are postcss and the 11ty vite plugin. There was a bug present when using the
passThroughCopy
function that caused files to not be passed in the dist directory of the website, when making a prod build. This is why we decided to abandon the 11ty vite plugin for the metrics website. Look into whether /open is affected by this bug and consider whether it is necessary to change build tools to postcss and rollup.The text was updated successfully, but these errors were encountered: