We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70c71b4 commit 287b416Copy full SHA for 287b416
vue.config.js
@@ -7,8 +7,8 @@ module.exports = {
7
// public:
8
// "122383a581114da9bc8fab766c8bc512.vfs.cloud9.us-east-2.amazonaws.com"
9
},
10
- transpileDependencies: ['@vue/devtools'],
+ transpileDependencies: ["@vue/devtools"],
11
configureWebpack: {
12
- devtool: 'source-map'
+ devtool: "source-map"
13
}
14
};
0 commit comments