From 2f805a1ef8397e2bf1055ba539e38c31000c16b7 Mon Sep 17 00:00:00 2001 From: Todd Tao Date: Thu, 18 Oct 2018 13:54:55 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7ccfb36..d1eeefa 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ module.exports.entry ``` entry: { - // 'app/index': './src/app/index.jsx', - 'app/index': './src/app/index.vue.js', + 'app/index': './src/app/index.jsx', + // 'app/index': './src/app/index.vue.js', }, ```