提交 7f2ca9a8 编写于 作者: J Johannes Rieken

Revert "try different source map config"

This reverts commit 4c094254.
上级 4c094254
......@@ -27,5 +27,12 @@ module.exports = {
'vscode': 'commonjs vscode',
},
stats: 'errors-only',
devtool: 'source-map'
devtool: 'source-map',
module: {
rules: [{
test: /\.js$/,
use: ["source-map-loader"],
enforce: "pre"
}]
}
};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册