Skip to content

Commit

Permalink
chore(umd): fix gulp task require default
Browse files Browse the repository at this point in the history
  • Loading branch information
levithomason committed Aug 20, 2017
1 parent c4598b9 commit 1ee6533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulp/tasks/umd.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ task('clean:umd', (cb) => {
// ----------------------------------------

task('build:umd:webpack', (cb) => {
const webpackUMDConfig = require('../../webpack.umd.config')
const webpackUMDConfig = require('../../webpack.umd.config').default
const compiler = webpack(webpackUMDConfig)

compiler.run((err, stats) => {
Expand Down

0 comments on commit 1ee6533

Please sign in to comment.