-
Notifications
You must be signed in to change notification settings - Fork 41
Source map support #101
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
Comments
Update: we may need to specifically return the sourcemap: this.callback(null, source, map); |
* Adding source map support Resolves #101 * Remove unused fs
Is there an example of using this feature? I tried adding sourceMaps to the pscArgs, based on the line here purs-loader/src/source-maps.js Line 26 in 5922309
pscArgs: {
sourceMaps: true
}
Using |
Raising this on purs-loader
See ethul/purescript-webpack-example#4
The text was updated successfully, but these errors were encountered: