[go: nahoru, domu]

Skip to content

Commit

Permalink
package: fix pkg
Browse files Browse the repository at this point in the history
Signed-off-by: Micooz <micooz@hotmail.com>
  • Loading branch information
micooz committed Oct 22, 2017
1 parent a0ce917 commit 1266316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/modules.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
if (process.env.NODE_ENV === 'development') {
require('babel-register');
// https://github.com/zeit/pkg/issues/261
require('babel-register', 'must-exclude');
module.exports = require('../src', 'must-exclude');
} else {
module.exports = require('../lib');
Expand Down

0 comments on commit 1266316

Please sign in to comment.