Skip to content

False positive? #5

@alienfacepalm

Description

@alienfacepalm

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions