Commit 8d9b2b41 authored by SkyAo's avatar SkyAo Committed by GitHub

Merge pull request #733 from QingWei-Li/fix/update-filename

Update the cjs files naming
parents 135c8ed4 344a4eb9
......@@ -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();
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment