mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-30 17:37:14 +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 }) {
|
module.exports = function webpackBaseConfig({ name, isServer }) {
|
||||||
const config = {
|
const config = {
|
||||||
name,
|
name,
|
||||||
devtool: this.options.dev ? 'cheap-eval-source-map' : false,
|
devtool: this.options.dev ? 'cheap-source-map' : false,
|
||||||
entry: {
|
entry: {
|
||||||
app: null
|
app: null
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user