Explorar o código

Fixed sourcemap errors with vue-roaster

theflametrooper %!s(int64=8) %!d(string=hai) anos
pai
achega
7016338e2e
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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/',