Change design
This commit is contained in:
+2
-2
@@ -65,7 +65,7 @@ export default defineConfig(({ mode }) => {
|
||||
|
||||
function myThoughtsLint(isDev) {
|
||||
return {
|
||||
name: 'mythoughts-lint',
|
||||
name: 'daydream-lint',
|
||||
apply: 'build',
|
||||
//In `--watch` mode Vite re-runs the whole plugin pipeline (including
|
||||
//buildStart) on every rebuild it triggers from a file change, so this
|
||||
@@ -96,7 +96,7 @@ async function runLint(isDev) {
|
||||
|
||||
function myThoughtsPublicAssets() {
|
||||
return {
|
||||
name: 'mythoughts-public-assets',
|
||||
name: 'daydream-public-assets',
|
||||
apply: 'build',
|
||||
buildStart() {
|
||||
cleanGeneratedAssets();
|
||||
|
||||
Reference in New Issue
Block a user