handlebars-loader
handlebars-loader copied to clipboard
./~/[email protected]@handlebars/lib/index.jsrequire.extensions is not supported by webpack. Use a loader instead.
./~/[email protected]@handlebars/lib/index.jsrequire.extensions is not supported by webpack. Use a loader instead.this issues how to resolve?
This helped me:
resolve: {
alias: {
handlebars: 'handlebars/dist/handlebars.min.js'
}
}