Skip to content

Commit

Permalink
不要log
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnuchen committed Jun 21, 2018
1 parent 78587f9 commit 3c6e1a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webpack.config.dll.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ const path = require('path')
const webpack = require('webpack');
const {dependencies} = require('./package.json');
const pkg = Object.keys(dependencies);
console.log(pkg)
module.exports = {
entry: {
vendor: pkg
Expand Down

0 comments on commit 3c6e1a4

Please sign in to comment.