Skip to content

Commit

Permalink
fix: config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
codexu committed Nov 20, 2018
1 parent 847dd3f commit f24446e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/webpack.base.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ const _config = {
config.plugins.forEach(item => {
_config.entry.bundle.push(item);
});
console.log(_config.entry);

module.exports = _config;

0 comments on commit f24446e

Please sign in to comment.