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 17, 2022. It is now read-only.
I have plugins in wepback.config.dev.js, but electron-webpack-dashboard not working
plugins: [// Prevents users from importing files from outside of src/ (or node_modules/).// This often causes confusion because we only process files within src/ with babel.// To fix this, we prevent you from importing files out of src/ -- if you'd like to,// please link the files into your node_modules/ and let module-resolution kick in.// Make sure your source files are compiled, as they will not be processed in any way.newModuleScopePlugin(paths.appSrc,[paths.appPackageJson]),newDashboardPlugin({port: 3000}),],
The text was updated successfully, but these errors were encountered:
# for freeto subscribe to this conversation on GitHub.
Already have an account?
#.
I have plugins in wepback.config.dev.js, but electron-webpack-dashboard not working
The text was updated successfully, but these errors were encountered: