فهرست منبع

Update the cjs files naming

qingwei.li 8 سال پیش
والد
کامیت
344a4eb99e
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      build/cooking.component.js

+ 1 - 1
build/cooking.component.js

@@ -13,7 +13,7 @@ cooking.set({
   alias: config.alias
 });
 
-cooking.add('output.filename', '[name]/index.js');
+cooking.add('output.filename', '[name].js');
 cooking.add('loader.js.exclude', config.jsexclude);
 cooking.add('vue.preserveWhitespace', false);
 module.exports = cooking.resolve();