We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b11357f commit 8e21305Copy full SHA for 8e21305
vue.config.js
@@ -3,4 +3,14 @@ module.exports = {
3
devServer: {
4
port: 9000
5
}
6
+ // ,
7
+ // chainWebpack: config => {
8
+ // // get the existing vue-loader rule and tap into its options
9
+ // config.module.rule('vue-loader').tap(options => {
10
+ // options.compilerOptions = {
11
+ // ...(options.compilerOptions || {}), // merge existing compilerOptions, if any
12
+ // isCustomElement: tag => /^x-/.test(tag)
13
+ // }
14
+ // })
15
16
};
0 commit comments