Enable creation of sourcemaps
This commit is contained in:
parent
c365be4633
commit
71eb889f6b
6 changed files with 187 additions and 109 deletions
|
@ -12,6 +12,8 @@ const FriendlyErrorsPlugin = require('friendly-errors-webpack-plugin');
|
|||
|
||||
|
||||
module.exports = merge(webpackBaseConfig, {
|
||||
devtool: 'eval-source-map',
|
||||
|
||||
// 入口
|
||||
entry: {
|
||||
main: './examples/main',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue