This commit is contained in:
mgabdev
2020-01-24 16:18:17 -05:00
parent 3af35f4840
commit a2b5d72e08
40 changed files with 539 additions and 873 deletions

View File

@@ -16,7 +16,7 @@ if (process.env.VAGRANT) {
module.exports = merge(sharedConfig, {
mode: 'development',
cache: true,
devtool: 'source-map',
devtool: 'cheap-module-eval-source-map',
stats: {
errorDetails: true,
@@ -57,4 +57,4 @@ module.exports = merge(sharedConfig, {
watchOptions
),
},
});
});