Full css source mapping enabled in development webpack config.
This commit is contained in:
parent
4ade73f0e0
commit
81604b2810
|
@ -16,7 +16,7 @@ if (process.env.VAGRANT) {
|
|||
module.exports = merge(sharedConfig, {
|
||||
mode: 'development',
|
||||
cache: true,
|
||||
devtool: 'cheap-module-eval-source-map',
|
||||
devtool: 'source-map',
|
||||
|
||||
stats: {
|
||||
errorDetails: true,
|
||||
|
|
Loading…
Reference in New Issue