diff options
| author | Caleb <caleb.mabry.15@cnu.edu> | 2022-09-04 13:27:35 -0400 |
|---|---|---|
| committer | Caleb <caleb.mabry.15@cnu.edu> | 2022-09-04 13:27:35 -0400 |
| commit | 31a97ce6009204316295fa4fd09749e2ff71dd7d (patch) | |
| tree | ac910da9d9766582bec1eed873feabbb7b013259 /webpack.config.js | |
| parent | 67314a8bc22ea198b8e3de788282a0ca0151cb1e (diff) | |
Make functions usable
Diffstat (limited to 'webpack.config.js')
| -rw-r--r-- | webpack.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webpack.config.js b/webpack.config.js index c12a11b..979be27 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -16,7 +16,7 @@ module.exports = { ui: './webAO/ui.js', client: './webAO/client.ts', master: './webAO/master.ts', - dom: glob.sync('./webAO/dom/*.js'), + dom: glob.sync('./webAO/dom/*.{js,ts}'), components: glob.sync('./webAO/components/*.js'), }, node: { |
