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
Copy file name to clipboardExpand all lines: src/content/guides/asset-management.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -483,7 +483,7 @@ __src/index.js__
483
483
document.body.appendChild(component());
484
484
```
485
485
486
-
When you open `index.html` and look at your console in your developer tools, you should be able to see your imported data being logged to the console!
486
+
Re-run the `npm run build` command and open `index.html`. If you look at the console in your developer tools, you should be able to see your imported data being logged to the console!
487
487
488
488
T> This can be especially helpful when implementing some sort of data visualization using a tool like [d3](https://github.com/d3). Instead of making an ajax request and parsing the data at runtime you can load it into your module during the build process so that the parsed data is ready to go as soon as the module hits the browser.
0 commit comments