This repository was archived by the owner on Aug 7, 2021. It is now read-only.
Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork40
This repository was archived by the owner on Aug 7, 2021. It is now read-only.
Support TS version of webpack config file - webpack.config.ts #736
Open
Labels
Description
Is your feature request related to a problem? Please describe.
Allowing the Webpack configuration file to be type checked.
Describe the solution you'd like
It seems that webpack allows differentconfiguration languages than just JS. Is it possible to letnativescript-dev-webpack
plugin to support typescript? I found in thecompiler.js
file on theline 57, the config is hardcoded to bewebpack.config.js
. Maybe it is possible to let webpack to choose the config file, instead of hardcoding it?
Describe alternatives you've considered
Additional context
I simply tried to remove line 57 fromcompiler.js
file installed in mynode_modules
and it worked without any problems.