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.
This won't work in nwb 0.8.x, as it uses npm-install-webpack-plugin@2 , which doesn't support resolve config.
I've checked that it works in the upcoming version of nwb, which uses npm-install-webpack-plugin@3 - you'll have to avoid the --auto-install flag until then if you want to use resolve.
node -v # v4.3.2
npm -v # 3.8.1
nwb -v # 0.8.1
Let say I have the following directory structure
And my nwb.config.js
My App.js
Instead of using local directory which is /src/components nwb install a npm package called components.
The text was updated successfully, but these errors were encountered: