This repository was archived by the owner on Dec 1, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 178
Module build failed: Error: Emit skipped at State.emit #101
Comments
@EvanWillms I will take a look today |
@EvanWillms JS compilation is the quite new TS feature and there are a lot of issues right now. It looks like that the problem is in TypeScript itself microsoft/TypeScript#7363 |
@EvanWillms JS support added in version v0.16.0-rc.0. Please note that support is experimental for now and a lot of testing is required. Could you please check this version on your codebase? |
I'm having this exact same issue, I'll try out the v0.16.0-rc.0 @s-panferov |
could you please tell me about results? |
Landed in v0.16.0 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Anytime I try to build an Ionic 2.0.0-beta.8 app with webpack and awesome-typescript-loader that had previously successfully built under babel-loader, I get an error of "Module build failed: Error: Emit skipped". My webpack.config.js and tsconfig.json files should be good based on observed consistency across several sample projects.
Full npm install and run:
https://gist.github.com/EvanWillms/8e691c5a9348d5934ac6
webpack.config.js:
https://gist.github.com/EvanWillms/c55764139f66b0db3640
tsconfig.json:
https://gist.github.com/EvanWillms/c0638158f2c7c8853a64
Any ideas on what I've done wrong?
The text was updated successfully, but these errors were encountered: