Skip to content
This repository was archived by the owner on Jul 10, 2019. It is now read-only.

Commit 880448b

Browse files
committed
chore(nuxt.config.ts): add devtools: true to build
1 parent 1af8280 commit 880448b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

nuxt.config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ const config: NuxtConfiguration = {
3131
* webpack のビルドに関する設定はここに書く
3232
*/
3333
build: {
34+
// vue-devtools を許可するかどうかを設定します
35+
// https://ja.nuxtjs.org/api/configuration-build/#devtools
36+
devtools: true,
37+
3438
/**
3539
* You can extend webpack config here
3640
*/

0 commit comments

Comments
 (0)