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
Description:
I am encountering an issue where the images and icons in the block area appear broken after building the scratch-gui. The images are present in the dist/static/blocks-media folder, but they do not display correctly in the browser.
Steps to Reproduce:
Fork the scratch-gui repository.
Clone the repository to the local machine.
Run npm install to install dependencies.
Run npm run build to build the project.
Start the development server with npm start.
Open the project in the browser.
Expected Result:
The icons and images in the block area should be displayed correctly.
Actual Result:
The images and icons in the block area are broken (not displayed).
Environment Configuration:
Operating System: [Your OS, e.g., Windows 10, macOS 11.2.3, etc.]
Browser: [Browser name and version, e.g., Chrome 90.0.4430.212]
Node.js: [Node.js version, e.g., v14.16.0]
NPM: [NPM version, e.g., 6.14.11]
Webpack Configuration:
Here is the relevant Webpack configuration I am using:
Description:
I am encountering an issue where the images and icons in the block area appear broken after building the
scratch-gui
. The images are present in thedist/static/blocks-media
folder, but they do not display correctly in the browser.Steps to Reproduce:
scratch-gui
repository.npm install
to install dependencies.npm run build
to build the project.npm start
.Expected Result:
The icons and images in the block area should be displayed correctly.
Actual Result:
The images and icons in the block area are broken (not displayed).
Environment Configuration:
Webpack Configuration:
Here is the relevant Webpack configuration I am using:
Debugging Steps Taken:
dist/static/assets
folder.The text was updated successfully, but these errors were encountered: