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
{{ message }}
This repository has been archived by the owner on Feb 15, 2025. It is now read-only.
f5b3ada - remove backwards-compat support for nwb.config.js format changes in 0.8
Major theme for this release: changing how nwb builds apps - instead of building into public/build/, it will build into dist/ and generate index.html - this gets rid of a weird discrepancy between development mode and builds, which caused (expected) 404s when using serve.
Move index.html from public/ to src/ and remove hardcoded CSS and JS resources
nwb.config.js
format changes in 0.8Major theme for this release: changing how nwb builds apps - instead of building into
public/build/
, it will build intodist/
and generateindex.html
- this gets rid of a weird discrepancy between development mode and builds, which caused (expected) 404s when usingserve
.index.html
frompublic/
tosrc/
and remove hardcoded CSS and JS resourcesindex.html
public/
will now be copied todist/
as part of app buildsindex.html
file, as there won't be one in development mode.breakConfig
option to avoid in-scope.babelrc
files breaking thingsThe text was updated successfully, but these errors were encountered: