Showing
3 changed files
with
4 additions
and
0 deletions
@@ -179,6 +179,7 @@ gulp.task('postcss', ['assets'], () => { | @@ -179,6 +179,7 @@ gulp.task('postcss', ['assets'], () => { | ||
179 | gulp.task('webpack-dev-server', () => { | 179 | gulp.task('webpack-dev-server', () => { |
180 | var devConfig = Object.assign({}, webpackConfig, { | 180 | var devConfig = Object.assign({}, webpackConfig, { |
181 | debug: true, | 181 | debug: true, |
182 | + devtool: "#inline-source-map", | ||
182 | vue: { | 183 | vue: { |
183 | postcss: postcssPlugin(env.dev), | 184 | postcss: postcssPlugin(env.dev), |
184 | autoprefixer: false, | 185 | autoprefixer: false, |
-
Please register or login to post a comment