Working project, shows blank screen. where to look for debug ?
in your build/webpack.config.js file try setting your devtool to ‘source-map’
1 Like
It works, but why? that was the official default config
devtool: 'source-map',
// devtool: env === 'production' ? 'source-map' : 'eval',
1 Like