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
Problem:
If I import a file from .js or .scss files, this file is not wrote on the manifest.json.
Example:
I have photo.png on images folder.
If I don´t do anything with this image all works okey, but if I import photo.png from any .js or .scss file photo.png asset is not printed on manifest.json
Any idea?
The text was updated successfully, but these errors were encountered:
This is my webpack file:
Problem:
If I import a file from .js or .scss files, this file is not wrote on the manifest.json.
Example:
I have
photo.png
on images folder.If I don´t do anything with this image all works okey, but if I import
photo.png
from any .js or .scss filephoto.png
asset is not printed on manifest.jsonAny idea?
The text was updated successfully, but these errors were encountered: