Convert application entrypoint files into Typescript

This commit is contained in:
Alex Gleason
2022-04-15 19:54:40 -05:00
parent 4efdcc3b14
commit 7882bbf98f
8 changed files with 24 additions and 22 deletions

View File

@ -35,7 +35,7 @@ const makeHtmlConfig = (params = {}) => {
module.exports = {
entry: {
application: resolve('app/application.js'),
application: resolve('app/application.ts'),
},
output: {