Browse Source

Fixed sourcemap errors with vue-roaster

theflametrooper 8 years ago
parent
commit
7016338e2e
1 changed files with 1 additions and 0 deletions
  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/',