mirror of
https://github.com/LeCoupa/awesome-cheatsheets.git
synced 2025-11-08 14:01:35 +00:00
build(app): make base components global by default
This commit is contained in:
@@ -27,5 +27,6 @@ module.exports = {
|
||||
},
|
||||
postcss: [require("autoprefixer")()]
|
||||
},
|
||||
css: ["normalize.css/normalize.css"]
|
||||
css: ["normalize.css/normalize.css"],
|
||||
plugins: [{ src: "@/plugins/global.js" }]
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user