feat!: move to esm and drop support for vue 2.6

This commit is contained in:
Justineo
2024-06-29 00:31:57 +08:00
committed by GU Yiling
parent 861674352b
commit 27c79b9012
20 changed files with 866 additions and 728 deletions

View File

@ -1,7 +1,6 @@
/* eslint-disable @typescript-eslint/no-var-requires */
const nested = require("postcss-nested");
import nested from "postcss-nested";
module.exports = {
export default {
outputDir: "demo",
css: {
loaderOptions: {