electron-webpack-dashboard icon indicating copy to clipboard operation
electron-webpack-dashboard copied to clipboard

Nothing happened in create-react-app

Open Beace opened this issue 7 years ago • 0 comments

image

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.
      new ModuleScopePlugin(paths.appSrc, [paths.appPackageJson]),
      new DashboardPlugin({ port: 3000 }),
],

Beace avatar Jul 16 '18 02:07 Beace