Open kantord opened 3 years ago
I'd be interested in helping to get ts-loader updated
go for it @jcasteele !
I would like to do this and let you know my results.
ok @fitrahfm ! go for it! :rocket:
@kantord according from ts-loader changelog the minimum version of webpack is 5. Then I just found out that the current webpack version is 4
{
"name": "webpack",
"version": "4.46.0",
"author": "Tobias Koppers @sokra",
"description": "Packs CommonJs/AMD modules for the browser. Allows to split your codebase into multiple bundles, which can be loaded on demand. Support loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.",
"license": "MIT",
...
Should I go to upgrade the webpack?
@kantord according from ts-loader changelog the minimum version of webpack is 5. Then I just found out that the current webpack version is 4
{ "name": "webpack", "version": "4.46.0", "author": "Tobias Koppers @sokra", "description": "Packs CommonJs/AMD modules for the browser. Allows to split your codebase into multiple bundles, which can be loaded on demand. Support loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.", "license": "MIT", ...
Should I go to upgrade the webpack?
sure, give it a try!
Is your feature request related to a problem? Please describe. This could not be updated automatically due to failing CI. See original PR: https://github.com/kantord/LibreLingo/pull/1252
Describe the solution you'd like