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
I set the url is "/". but when the index.html built, it always return this script path: <script defer="defer" src="/admin/runtime~main.*.js">
While when I used the yarn build script with a normal strapi project without nx, it will return like this: <script defer="defer" src="/runtime~main.*.js">
The text was updated successfully, but these errors were encountered:
I got the issue while build the strapi admin dashboard. it does not read the admin.ts config when building to html, js files
This is my admin.ts file:
This is the webpack.config.js file:
I set the url is "/". but when the index.html built, it always return this script path:
<script defer="defer" src="/admin/runtime~main.*.js">
While when I used the
yarn build
script with a normal strapi project without nx, it will return like this:<script defer="defer" src="/runtime~main.*.js">
The text was updated successfully, but these errors were encountered: