From 93167d6ad1018e4b6b6b26bee5ed5fa312d0065e Mon Sep 17 00:00:00 2001 From: Evan You Date: Fri, 1 May 2020 23:17:03 -0400 Subject: [PATCH] chore: adjust todo --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 15827c4e2f94f5..da27e0ec2dfe25 100644 --- a/README.md +++ b/README.md @@ -207,10 +207,10 @@ const { build } = require('vite') ## TODOs -- Support importing `.css` and `.json` -- Public path handling -- Config file support +- Relative path and base public path handling - Auto loading postcss config +- Support importing `.css` and `.json` +- Config file support (custom import maps) - Vue file source maps ## Trivia