mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 22:25:12 +00:00
fix: use use non-eval source maps as of chrome 63 dev-tools bug
This commit is contained in:
parent
60714ecfc0
commit
3822f0912b
@ -18,7 +18,7 @@ const WarnFixPlugin = require('./plugins/warnfix')
|
||||
module.exports = function webpackBaseConfig({ name, isServer }) {
|
||||
const config = {
|
||||
name,
|
||||
devtool: this.options.dev ? 'cheap-eval-source-map' : false,
|
||||
devtool: this.options.dev ? 'cheap-source-map' : false,
|
||||
entry: {
|
||||
app: null
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user