mirror of
https://github.com/bastienwirtz/homer.git
synced 2025-08-17 12:01:14 +02:00
Build system integration using vue-cli.
This commit is contained in:
10
vue.config.js
Normal file
10
vue.config.js
Normal file
@ -0,0 +1,10 @@
|
||||
module.exports = {
|
||||
chainWebpack: (config) => {
|
||||
config.module
|
||||
.rule("yaml")
|
||||
.test(/\.ya?ml$/)
|
||||
.use("raw-loader")
|
||||
.loader("raw-loader")
|
||||
.end();
|
||||
},
|
||||
};
|
Reference in New Issue
Block a user