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
The /external/index.js file is prebundled and part of our public directory.
Error:
vite v5.3.1 building for production...
✓ 3467 modules transformed.
x Build failed in 6.47s
error during build:
[vite:build-import-analysis] Asset /external/index.js not found in bundle
at calculateIntegrity (/home/runner/app/node_modules/vite-plugin-sri3/dist/index.js:52:35)
at transformHTML (/home/runner/app/node_modules/vite-plugin-sri3/dist/index.js:65:49)
at Object.generateBundle (/home/runner/app/node_modules/vite-plugin-sri3/dist/index.js:83:38)
at async plugin.generateBundle (/home/runner/app/node_modules/vite-plugin-sri3/dist/index.js:23:13)
at async Bundle.generate (file:///home/runner/app/node_modules/rollup/dist/es/shared/node-entry.js:18153:9)
at async file:///home/runner/app/node_modules/rollup/dist/es/shared/node-entry.js:20692:27
at async catchUnfinishedHookActions (file:///home/runner/app/node_modules/rollup/dist/es/shared/node-entry.js:20119:16)
at async build (file:///home/runner/app/node_modules/vite/dist/node/chunks/dep-BcXSligG.js:65670:16)
at async CAC.<anonymous> (file:///home/runner/app/node_modules/vite/dist/node/cli.js:828:5)
The text was updated successfully, but these errors were encountered:
In our
index.html
we have:The
/external/index.js
file is prebundled and part of ourpublic
directory.Error:
The text was updated successfully, but these errors were encountered: