mirror of
https://gitee.com/yiming_chang/vue-pure-admin.git
synced 2024-12-01 18:57:39 +08:00
chore: 更新postcss.config.js
文件为esm
语法
This commit is contained in:
parent
5199a65088
commit
18158f8e0d
@ -6,7 +6,7 @@ package.json
|
|||||||
.eslintrc.cjs
|
.eslintrc.cjs
|
||||||
.prettierrc.js
|
.prettierrc.js
|
||||||
commitlint.config.js
|
commitlint.config.js
|
||||||
postcss.config.cjs
|
postcss.config.js
|
||||||
tailwind.config.ts
|
tailwind.config.ts
|
||||||
stylelint.config.cjs
|
stylelint.config.cjs
|
||||||
src/components/ReSplitPane/iconfont
|
src/components/ReSplitPane/iconfont
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
module.exports = {
|
// @ts-check
|
||||||
|
|
||||||
|
/** @type {import('postcss-load-config').Config} */
|
||||||
|
export default {
|
||||||
plugins: {
|
plugins: {
|
||||||
"postcss-import": {},
|
"postcss-import": {},
|
||||||
"tailwindcss/nesting": {},
|
"tailwindcss/nesting": {},
|
Loading…
Reference in New Issue
Block a user