Skip to content

Commit

Permalink
feat: add clipboard to runtime modules
Browse files Browse the repository at this point in the history
  • Loading branch information
barisusakli committed Jun 1, 2022
1 parent f672840 commit 39d6106
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/src/app.js
Expand Up @@ -130,6 +130,7 @@ app.onDomReady = function () {
switch (moduleName) {
case 'bootbox': return require('bootbox');
case 'benchpressjs': return require('benchpressjs');
case 'clipboard': return require('clipboard');
}
if (moduleName.startsWith('admin')) {
_module = await import(/* webpackChunkName: "admin/[request]" */ 'admin/' + moduleName.replace(/^admin\//, ''));
Expand Down

0 comments on commit 39d6106

Please sign in to comment.