Skip to content
This repository was archived by the owner on Apr 15, 2021. It is now read-only.

Commit 660a503

Browse files
committed
docs(Nuxt): add layer0SourceMaps option
1 parent 036afec commit 660a503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/nuxt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ To prepare your Nuxt.js application for {{ PRODUCT_NAME }}:
4949
// nuxt.config.js
5050

5151
module.exports = {
52-
buildModules: ['{{ PACKAGE_NAME }}/nuxt/module'],
52+
buildModules: [['{{ PACKAGE_NAME }}/nuxt/module', { layer0SourceMaps: true }]],
5353
}
5454
```
5555

0 commit comments

Comments
 (0)