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

False positive? #5

Open
alienfacepalm opened this issue May 30, 2019 · 1 comment
Open

False positive? #5

alienfacepalm opened this issue May 30, 2019 · 1 comment

Comments

@alienfacepalm
Copy link

My stack has 'webpack' in it, but errors out saying it doesn't.

zen error Error: builder 'web' stack does not include 'webpack'. Consider let zen guess your stack by removing 'stack' propery.

const config = {
  builders: {
    server: {
      stack: ['server', 'webpack', 'es5', 'js', 'ts', 'apollo', 'react'],
      openBrowser: true,
      entry: './src/index.ts'
    }
  },
  options: {
    ssr: true,
    webpackDll: true,
    reactHotLoader: true,
    webpackConfig: {
      devServer: {
        disableHostCheck: true
      }
    }
  }
}

module.exports = config
@alienfacepalm
Copy link
Author

alienfacepalm commented May 30, 2019

2 typos in message as well "Consider let zen guess your stack by removing 'stack' propery." should be "Consider letting zen guess your stack by removing 'stack' property." :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant