mirror of
https://github.com/creativetimofficial/vue-material-kit.git
synced 2025-05-23 04:04:22 +08:00
10 lines
155 B
JavaScript
10 lines
155 B
JavaScript
module.exports = {
|
|
css: {
|
|
loaderOptions: {
|
|
css: {
|
|
sourceMap: process.env.NODE_ENV !== "production" ? true : false
|
|
}
|
|
}
|
|
}
|
|
};
|