This commit is contained in:
Barış Soner Uşaklı
2022-02-19 11:35:47 -05:00
parent 3b8f35a51d
commit a7fc159353
4 changed files with 22 additions and 33 deletions

View File

@@ -52,6 +52,7 @@ module.exports = {
Chart: path.resolve(__dirname, 'node_modules/chart.js'),
Sortable: path.resolve(__dirname, 'node_modules/sortablejs'),
'jquery-ui/widgets': path.resolve(__dirname, 'node_modules/jquery-ui/ui/widgets'),
'ace/ace': path.resolve(__dirname, 'build/public/src/modules/ace-editor.js'),
},
},
};