mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
allow minimal debugging in producion envs
no-sources-source-map prevents using chrome debugging tools.
This commit is contained in:
parent
9f72e4a6e2
commit
2097a03b9c
@ -19,7 +19,7 @@ export default function webpackBaseConfig(name) {
|
||||
|
||||
const config = {
|
||||
name,
|
||||
devtool: this.options.dev ? 'cheap-module-source-map' : 'nosources-source-map',
|
||||
devtool: this.options.dev ? 'cheap-module-source-map' : false,
|
||||
entry: {
|
||||
app: null
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user