Skip to content

Commit

Permalink
Merge pull request #511 from canjs/fix-bundlers-build
Browse files Browse the repository at this point in the history
Fix bundlers build
  • Loading branch information
cherifGsoul authored Dec 12, 2019
2 parents e9e77a9 + 75cd13c commit 8da9381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cache-requests/cache-requests.js
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,6 @@ module.exports = cacheRequestsBehaviour;
//!steal-remove-start
if(process.env.NODE_ENV !== 'production') {
var validate = require("../helpers/validate");
module.exports = validate(cacheRequestsBehaviour, ['getListData', 'cacheConnection']);
}
module.exports = validate(cacheRequestsBehaviour, ['getListData', 'cacheConnection']);
//!steal-remove-end

0 comments on commit 8da9381

Please sign in to comment.