handlebars-loader icon indicating copy to clipboard operation
handlebars-loader copied to clipboard

./~/[email protected]@handlebars/lib/index.jsrequire.extensions is not supported by webpack. Use a loader instead.

Open hezd123 opened this issue 5 years ago • 1 comments

./~/[email protected]@handlebars/lib/index.jsrequire.extensions is not supported by webpack. Use a loader instead.this issues how to resolve?

hezd123 avatar May 15 '19 01:05 hezd123

This helped me:

resolve: {
    alias: {
       handlebars: 'handlebars/dist/handlebars.min.js'
    }
}

viperet avatar Sep 26 '19 21:09 viperet