Skip to content

Commit

Permalink
Workaround stupid handlebars import bug
Browse files Browse the repository at this point in the history
  • Loading branch information
btalb committed Mar 20, 2022
1 parent 58cb8f9 commit 97c6378
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions next.config.js
Expand Up @@ -5,6 +5,7 @@ module.exports = {
reactStrictMode: true,
webpack: (config) => {
config.resolve.alias['qcr-sites-shared'] = path.resolve(__dirname, 'src/');
config.resolve.alias['handlebars'] = 'handlebars/dist/handlebars';
config.module.rules.push(
...[
{
Expand Down

0 comments on commit 97c6378

Please sign in to comment.