You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to run webpack to build the bundle.js, it throws the following error:
ERROR in ./src/index.tsx
Module build failed (from ./node_modules/ts-loader/index.js):
TypeError: Cannot read property 'ts' of undefined
at getLoaderOptions (github.com/martin-helmich/cloudnativego-frontend/node_modules/ts-loader/dist/index.js:70:44)
at Object.loader (github.com/martin-helmich/cloudnativego-frontend/node_modules/ts-loader/dist/index.js:23:19)
Research shows that this seems to be a versioning problem with ts-loader and/or awesome-typescript-loader. But after upgrading to the latest versions for webpack+ts-loader, the code throws many new errors due to a lack of backwards compatibility.
The text was updated successfully, but these errors were encountered:
When trying to run webpack to build the bundle.js, it throws the following error:
ERROR in ./src/index.tsx
Module build failed (from ./node_modules/ts-loader/index.js):
TypeError: Cannot read property 'ts' of undefined
at getLoaderOptions (github.com/martin-helmich/cloudnativego-frontend/node_modules/ts-loader/dist/index.js:70:44)
at Object.loader (github.com/martin-helmich/cloudnativego-frontend/node_modules/ts-loader/dist/index.js:23:19)
Research shows that this seems to be a versioning problem with ts-loader and/or awesome-typescript-loader. But after upgrading to the latest versions for webpack+ts-loader, the code throws many new errors due to a lack of backwards compatibility.
The text was updated successfully, but these errors were encountered: