Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version issue with ts-loader #1

Open
sesberlin opened this issue Mar 3, 2019 · 0 comments
Open

Version issue with ts-loader #1

sesberlin opened this issue Mar 3, 2019 · 0 comments

Comments

@sesberlin
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant