Commit 0f7a22a6 authored by Evan You's avatar Evan You

use cheap-module-source-map

parent 8d2acab2
......@@ -7,7 +7,7 @@ const isProd = process.env.NODE_ENV === 'production'
module.exports = {
devtool: isProd
? false
: '#cheap-module-eval-source-map',
: '#cheap-module-source-map',
output: {
path: path.resolve(__dirname, '../dist'),
publicPath: '/dist/',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment