Skip to content

Commit 60b4b50

Browse files
committed
A few more tweaks
1 parent 85639ee commit 60b4b50

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lib/config-generator.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,10 @@ class ConfigGenerator {
6868
config.stats = this.buildStatsConfig();
6969

7070
config.resolve = {
71-
extensions: ['.js', '.jsx']
71+
extensions: ['.js', '.jsx', '.vue'],
72+
alias: {
73+
'vue$': 'vue/dist/vue.esm.js',
74+
}
7275
};
7376

7477
return config;

0 commit comments

Comments
 (0)