浏览代码

Fixed sourcemap errors with vue-roaster

theflametrooper 8 年之前
父节点
当前提交
7016338e2e
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      frontend/webpack.config.js

+ 1 - 0
frontend/webpack.config.js

@@ -1,6 +1,7 @@
 const webpack = require('webpack');
 
 module.exports = {
+	devtool: 'eval-source-map',
 	entry: './main.js',
 	output: {
 		path: __dirname + '/build/',