Skip to content

Commit baf55fe

Browse files
authored
Merge pull request #1598 from maxceem/issue-1544
Issue #1544 - Notifications bundle
2 parents 9f41092 + 8f7a337 commit baf55fe

File tree

8 files changed

+3070
-1263
lines changed

8 files changed

+3070
-1263
lines changed

config/webpack/default.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,10 @@ module.exports = {
9191
'.gif',
9292
'.jpg',
9393
'.cjsx'
94-
]
94+
],
95+
alias: {
96+
handlebars: 'handlebars/dist/handlebars.min.js'
97+
}
9598
},
9699

97100
plugins: [

0 commit comments

Comments
 (0)