-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
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
Labels
No labels