#56 chore(frontend): add JS source map for portainer UI

This commit is contained in:
Simon Meng
2020-11-16 22:26:39 +13:00
parent 0d20988bef
commit 505915feb7
+1
View File
@@ -4,6 +4,7 @@ const commonConfig = require('./webpack.common.js');
module.exports = webpackMerge(commonConfig, {
mode: 'development',
devtool: 'source-map',
module: {
rules: [
{