fix: proper source maps

This commit is contained in:
Pitu 2021-03-23 22:35:36 +09:00
parent 541bfedb92
commit c8456954b2
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ export default {
jetpack.write('dist/config.json', clientConfig);
}
if (isDev) {
config.devtool = isClient ? 'source-map' : 'inline-source-map';
config.devtool = 'source-map';
}
}
}