Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build:prod not stopped #14

Closed
splincode opened this issue Jan 9, 2018 · 3 comments
Closed

build:prod not stopped #14

splincode opened this issue Jan 9, 2018 · 3 comments
Assignees
Labels

Comments

@splincode
Copy link

splincode commented Jan 9, 2018

If I run, then everything is frozen

image

I use Windows 10, but if I removed DashboardPlugin(), it works

@emyann emyann self-assigned this Jan 10, 2018
@emyann
Copy link
Member

emyann commented Jan 13, 2018

Thank you for the feedback 👌🏽 @splincode. I will split the base configuration in 2 dev and build

@emyann emyann added the Bug label Jan 13, 2018
@medington
Copy link

Thanks @splincode for logging this bug. I confirmed that commenting out the DashboardPlugin resolves this. @emyann is that the preferred workaround?

   ...
    new webpack.optimize.UglifyJsPlugin({
      compress: { warnings: false },
      output: { comments: false },
      sourceMap: true
    }),
//    new DashboardPlugin(),
    new webpack.LoaderOptionsPlugin({
      options: {
        tslint: {
          emitErrors: true,
          failOnHint: true
        }
      }
    })
   ...

@emyann
Copy link
Member

emyann commented Feb 10, 2018

@medington Sorry for my delayed response, I had a busy week 🙏🏽

Indeed, until this PR is merged #16, you can use that workaround.

Whenever it is merged, if you didn't add too much customization to your webpack configuration, you will be able to scaffold a new project and just move your src content to the new one created and everything should work as expected.

@emyann emyann closed this as completed in 8d90e34 Feb 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants