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', }, ```