helpers / handlebars-helpers

188 handlebars helpers in ~20 categories. Can be used with Assemble, Ghost, YUI, express.js etc.
http://assemble.io/helpers/
MIT License
2.22k stars 364 forks source link

Webpack error when bundling project with 0.10.0 version as dependency #354

Open prusak82 opened 5 years ago

prusak82 commented 5 years ago

Hi,

When using version 0.10.0 I got error from webpack

Cannot statically analyse require(...,...)

Line 21 in file /node_modules/log-utils/index.js require('success-symbol', 'check');

It works in version 0.8.2 (but this version uses lower version of logging-helpers)

Can you advice something?